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 baf2d27 commit c9f1f69Copy full SHA for c9f1f69
manifests/agent.pp
@@ -121,12 +121,12 @@
121
}
122
case $::osfamily {
123
'Darwin': {
124
- package {"${mac_facter_version}.dmg":
+ package {"facter-${mac_facter_version}.dmg":
125
ensure => present,
126
provider => $package_provider,
127
source => "https://downloads.puppetlabs.com/mac/facter-${mac_facter_version}.dmg",
128
129
- package { "${mac_version}.dmg":
+ package { "puppet-${mac_version}.dmg":
130
131
132
source => "https://downloads.puppetlabs.com/mac/puppet-${mac_version}.dmg'"
@@ -137,7 +137,7 @@
137
ensure => $version,
138
139
140
- }
+ }
141
142
if $puppet_run_style == 'service' {
143
$startonboot = 'yes'
0 commit comments