Upgrade to 2.3 for mavericks support
This commit is contained in:
parent
e6f1b3e5e3
commit
e341425134
2 changed files with 2 additions and 7 deletions
|
@ -1,12 +1,8 @@
|
||||||
# This is a placeholder class.
|
# This is a placeholder class.
|
||||||
class whatpulse {
|
class whatpulse {
|
||||||
package { 'Whatpulse':
|
package { 'Whatpulse':
|
||||||
source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.2.1.dmg',
|
source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.3.dmg',
|
||||||
provider => pkgdmg
|
provider => pkgdmg
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/private/var/db/.AccessibilityAPIEnabled':
|
|
||||||
ensure => present,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,9 @@ require 'spec_helper'
|
||||||
describe 'whatpulse' do
|
describe 'whatpulse' do
|
||||||
it do
|
it do
|
||||||
should contain_package('Whatpulse').with({
|
should contain_package('Whatpulse').with({
|
||||||
:source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.2.1.dmg',
|
:source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.3.dmg',
|
||||||
:provider => 'pkgdmg'
|
:provider => 'pkgdmg'
|
||||||
})
|
})
|
||||||
should contain_file('/private/var/db/.AccessibilityAPIEnabled')
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue