Skip to content

Commit a6cad91

Browse files
author
Daniel Schaaff
committed
fix mac package name, it needs to include the .dmg
1 parent 021c52e commit a6cad91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/agent.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
}
118118
case $::osfamily {
119119
'Darwin': {
120-
package {'hiera-1.3.4':
120+
package {'hiera-1.3.4.dmg':
121121
ensure => present,
122122
provider => $package_provider,
123123
source => 'https://downloads.puppetlabs.com/mac/hiera-1.3.4.dmg',
124124
}
125-
package {'facter-2.4.4':
125+
package {'facter-2.4.4.dmg':
126126
ensure => present,
127127
provider => $package_provider,
128128
source => 'https://downloads.puppetlabs.com/mac/facter-2.4.4.dmg',

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393
'Darwin': {
9494
$puppet_agent_service = 'com.puppetlabs.puppet'
95-
$puppet_agent_package = 'puppet-3.8.4'
95+
$puppet_agent_package = 'puppet-3.8.4.dmg'
9696
$package_provider = 'pkgdmg'
9797
$puppet_conf = '/etc/puppet/puppet.conf'
9898
$puppet_vardir = '/var/lib/puppet'

0 commit comments

Comments
 (0)