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

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

1 comment on commit 8387022

@jabley
Copy link
Contributor

@jabley jabley commented on 8387022 Jun 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change has broken onepassword::chrome, since the package name has changed.

Error: Could not find dependency Package[1Password] for File[chrome_extensions_dir] at /opt/boxen/repo/shared/onepassword/manifests/chrome.pp:16

Please sign in to comment.