Skip to content

Commit

Permalink
Update to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed May 15, 2014
1 parent cdc3402 commit 8387022
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 8387022

Please sign in to comment.