Skip to content

Commit 4d87190

Browse files
author
Daniel Schaaff
committed
testing
1 parent 8b47d37 commit 4d87190

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/params.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
$digest_algorithm = 'md5'
3434
$puppet_run_interval = 30
3535
$classfile = '$statedir/classes.txt'
36-
#$package_provider = undef # falls back to system default
36+
$package_provider = undef # falls back to system default
3737

3838
$puppet_passenger_ssl_protocol = 'TLSv1.2'
3939
$puppet_passenger_ssl_cipher = 'AES256+EECDH:AES256+EDH'
@@ -93,6 +93,7 @@
9393
'Darwin': {
9494
$puppet_agent_service = 'com.puppetlabs.puppet'
9595
$puppet_agent_package = 'puppet-3.8.4.dmg'
96+
$puppet_facter_package = 'facter.2.4.4.dmg'
9697
$package_provider = 'pkgdmg'
9798
$puppet_conf = '/etc/puppet/puppet.conf'
9899
$puppet_vardir = '/var/lib/puppet'

0 commit comments

Comments
 (0)