This repository was archived by the owner on Nov 24, 2023. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
Optional[String[1]] $http_proxy = undef ,
85
85
Optional[String[1]] $https_proxy = undef ,
86
86
Optional[String[1]] $no_proxy = undef ,
87
- Optional[Boolean] $disable_update = false ,
87
+ Optional[Boolean] $disable_update = undef ,
88
88
Optional[Array[String]] $path = undef ,
89
89
Optional[Hash[String, String]] $env = undef ,
90
90
) {
Original file line number Diff line number Diff line change 65
65
Optional[String[1]] $http_proxy = $github_actions_runner::http_proxy,
66
66
Optional[String[1]] $https_proxy = $github_actions_runner::https_proxy,
67
67
Optional[String[1]] $no_proxy = $github_actions_runner::no_proxy,
68
- Optional[Boolean] $disable_update = $github_actions_runner::disable_update,
68
+ Optional[Boolean] $disable_update = $github_actions_runner::disable_update,
69
69
Optional[Array[String[1]]] $labels = undef ,
70
70
Optional[String[1]] $enterprise_name = $github_actions_runner::enterprise_name,
71
71
Optional[String[1]] $org_name = $github_actions_runner::org_name,
139
139
url => $url ,
140
140
hostname => $hostname ,
141
141
assured_labels => $assured_labels ,
142
- disableupdate => $disableupdate ,
142
+ disableupdate => $disable_update ,
143
143
}),
144
144
notify => Exec[" ${instance_name} -run_configure_install_runner.sh" ],
145
145
require => Archive[" ${instance_name} -${archive_name} " ],
You can’t perform that action at this time.
0 commit comments