File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 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
357357
358358##### <a name =" -puppet_agent--skip_if_unavailable " ></a >` skip_if_unavailable `
359359
360- Data type: ` String `
361-
360+ Data type: ` Variant[Boolean, String] `
362361
362+ For yum-based repositories, set the skip_if_unavailable option of the ` yumrepo ` type.
363363
364364Default value: ` 'absent' `
365365
Original file line number Diff line number Diff line change 101101# @param version_file_path
102102# The default install path for the VERSION file
103103# @param skip_if_unavailable
104+ # For yum-based repositories, set the skip_if_unavailable option of the `yumrepo` type.
104105# @param disable_proxy
105106class puppet_agent (
106107 String $arch = $facts[' os' ][' architecture' ],
125126 Boolean $disable_proxy = false ,
126127 Optional $proxy = undef ,
127128 Array $install_options = [],
128- String $skip_if_unavailable = ' absent' ,
129+ Variant[Boolean, String] $skip_if_unavailable = ' absent' ,
129130 Boolean $msi_move_locked_files = false ,
130131 Optional $wait_for_pxp_agent_exit = undef ,
131132 Optional $wait_for_puppet_run = undef ,
You can’t perform that action at this time.
0 commit comments