Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from grahamgilbert/master
Browse files Browse the repository at this point in the history
Update to 4.4

Closes #10
Closes #11
  • Loading branch information
rafaelfranca committed Jun 7, 2014
2 parents cdc3402 + 669e75b commit 32c95ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# include 1password
class onepassword {
$host = 'd13itkw33a7sus.cloudfront.net'
$path = 'dist/1P/mac4/1Password-4.0.9.zip'
$path = 'dist/1P/mac4/1Password-4.4.zip'

package { '1Password':
package { '1Password 4':
source => "https://${host}/${path}",
provider => 'compressed_app'
}
Expand Down
4 changes: 2 additions & 2 deletions spec/classes/onepassword_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
describe 'onepassword' do

it do
should contain_package('1Password').with({
should contain_package('1Password 4').with({
:provider => 'compressed_app',
})
end

end
end

0 comments on commit 32c95ac

Please sign in to comment.