Maybe this file is a pkgdmg file?
This commit is contained in:
parent
69d1137982
commit
eb949a8fda
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
class whatpulse {
|
||||
package { 'Whatpulse':
|
||||
source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.2.1.dmg',
|
||||
provider => appdmg
|
||||
provider => okgdmg
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue