1
0
Fork 0

Maybe this file is a pkgdmg file?

This commit is contained in:
Andrew Tomaka 2013-09-30 02:03:29 -04:00
parent 69d1137982
commit eb949a8fda
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
class whatpulse {
package { 'Whatpulse':
source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.2.1.dmg',
provider => appdmg
provider => okgdmg
}
}

View File

@ -4,7 +4,7 @@ describe 'whatpulse' do
it do
should contain_package('Whatpulse').with({
:source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.2.1.dmg',
:provider => 'appdmg'
:provider => 'okgdmg'
})
end
end