You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: manifests/init.pp
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@
55
55
# * no_proxy
56
56
# Optional[String], Comma separated list of hosts that should not use a proxy. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
57
57
#
58
+
# * disable_update
59
+
# Optional[Boolean], toggle for disabling automatic runner updates.
60
+
#
58
61
# * path
59
62
# Optional[Array[String]], List of paths to be used as PATH env in the instance runner.
60
63
# If not defined, file ".path" will be kept as created by the runner scripts. Default value: undef
Copy file name to clipboardExpand all lines: manifests/instance.pp
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@
35
35
# * no_proxy
36
36
# Optional[String], Comma separated list of hosts that should not use a proxy. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
37
37
#
38
+
# * disable_update
39
+
# Optional[Boolean], toggle for disabling automatic runner updates.
0 commit comments