File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -357,9 +357,9 @@ Default value: `$facts['os']['family'] ? { 'windows' => "${facts['env_windows_in
357
357
358
358
##### <a name =" -puppet_agent--skip_if_unavailable " ></a >` skip_if_unavailable `
359
359
360
- Data type: ` String `
361
-
360
+ Data type: ` Variant[Boolean, String] `
362
361
362
+ For yum-based repositories, set the skip_if_unavailable option of the ` yumrepo ` type.
363
363
364
364
Default value: ` 'absent' `
365
365
Original file line number Diff line number Diff line change 101
101
# @param version_file_path
102
102
# The default install path for the VERSION file
103
103
# @param skip_if_unavailable
104
+ # For yum-based repositories, set the skip_if_unavailable option of the `yumrepo` type.
104
105
# @param disable_proxy
105
106
class puppet_agent (
106
107
String $arch = $facts[' os' ][' architecture' ],
125
126
Boolean $disable_proxy = false ,
126
127
Optional $proxy = undef ,
127
128
Array $install_options = [],
128
- String $skip_if_unavailable = ' absent' ,
129
+ Variant[Boolean, String] $skip_if_unavailable = ' absent' ,
129
130
Boolean $msi_move_locked_files = false ,
130
131
Optional $wait_for_pxp_agent_exit = undef ,
131
132
Optional $wait_for_puppet_run = undef ,
You can’t perform that action at this time.
0 commit comments