1
0
Fork 0

Upgrade to 2.3 for mavericks support

This commit is contained in:
Andrew Tomaka 2013-12-10 00:44:27 -05:00
parent e6f1b3e5e3
commit e341425134
2 changed files with 2 additions and 7 deletions

View File

@ -1,12 +1,8 @@
# This is a placeholder class.
class 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
}
file { '/private/var/db/.AccessibilityAPIEnabled':
ensure => present,
}
}

View File

@ -3,10 +3,9 @@ require 'spec_helper'
describe 'whatpulse' do
it do
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'
})
should contain_file('/private/var/db/.AccessibilityAPIEnabled')
end
end