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.
is_pe
1 parent b88839e commit a5f9838Copy full SHA for a5f9838
REFERENCE.md
@@ -219,7 +219,7 @@ Data type: `Any`
219
220
221
222
-Default value: `$::puppet_agent::params::_is_pe`
+Default value: `$facts['is_pe']`
223
224
##### <a name="-puppet_agent--manage_pki_dir"></a>`manage_pki_dir`
225
manifests/init.pp
@@ -101,7 +101,7 @@
101
class puppet_agent (
102
$arch = $facts['os']['architecture'],
103
$collection = $::puppet_agent::params::collection,
104
- $is_pe = $::puppet_agent::params::_is_pe,
+ $is_pe = $facts['is_pe'],
105
$manage_pki_dir = true,
106
$manage_repo = true,
107
$package_name = 'puppet-agent',
0 commit comments