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 0fa32ea commit f138012Copy full SHA for f138012
manifests/agent.pp
@@ -125,12 +125,12 @@
125
}
126
case $::osfamily {
127
'Darwin': {
128
- package {$puppet_facter_package:
+ package {"facter-${mac_facter_version}.dmg":
129
ensure => present,
130
provider => $package_provider,
131
source => "https://downloads.puppetlabs.com/mac/facter-${mac_facter_version}.dmg",
132
133
- package { $puppet_agent_package:
+ package { "puppet-${mac_version}.dmg":
134
135
136
source => "https://downloads.puppetlabs.com/mac/puppet-${mac_version}.dmg'"
0 commit comments