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

9 lines
180 B
Puppet

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