1
0
Fork 0
puppet-whatpulse/manifests/init.pp

9 lines
178 B
Puppet

# This is a placeholder class.
class whatpulse {
package { 'Whatpulse':
source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.3.dmg',
provider => pkgdmg
}
}