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.
1 parent 8b47d37 commit 4d87190Copy full SHA for 4d87190
manifests/params.pp
@@ -33,7 +33,7 @@
33
$digest_algorithm = 'md5'
34
$puppet_run_interval = 30
35
$classfile = '$statedir/classes.txt'
36
- #$package_provider = undef # falls back to system default
+ $package_provider = undef # falls back to system default
37
38
$puppet_passenger_ssl_protocol = 'TLSv1.2'
39
$puppet_passenger_ssl_cipher = 'AES256+EECDH:AES256+EDH'
@@ -93,6 +93,7 @@
93
'Darwin': {
94
$puppet_agent_service = 'com.puppetlabs.puppet'
95
$puppet_agent_package = 'puppet-3.8.4.dmg'
96
+ $puppet_facter_package = 'facter.2.4.4.dmg'
97
$package_provider = 'pkgdmg'
98
$puppet_conf = '/etc/puppet/puppet.conf'
99
$puppet_vardir = '/var/lib/puppet'
0 commit comments