We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88113c6 + 8bb52bd commit 163f5deCopy full SHA for 163f5de
manifests/init.pp
@@ -117,7 +117,7 @@
117
$aix_source = 'puppet:///pe_packages',
118
$use_alternate_sources = false,
119
$alternate_pe_source = undef,
120
- $install_dir = undef,
+ Optional[Stdlib::Absolutepath] $install_dir = undef,
121
$disable_proxy = false,
122
$proxy = undef,
123
$install_options = [],
@@ -146,10 +146,6 @@
146
fail('Only one of $source and $absolute_source can be set')
147
}
148
149
- if $facts['os']['family'] == 'windows' and $install_dir != undef {
150
- validate_absolute_path($install_dir)
151
- }
152
-
153
if $package_version == undef {
154
info('puppet_agent performs no actions if a package_version is not specified')
155
} elsif defined('$::pe_server_version') {
0 commit comments