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 #13 from jabley/patch-1
Browse files Browse the repository at this point in the history
Update package name
  • Loading branch information
rafaelfranca committed Jun 16, 2014
2 parents e5203ed + 4c74818 commit efdc647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/chrome.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
ensure => directory,
path => $chrome_dir,
mode => '0755',
require => [Package['Chrome'],Package['1Password']];
require => [Package['Chrome'],Package['1Password 4']];
}

file { 'onepassword_chrome_extension':
ensure => present,
path => "${chrome_dir}/gkndfifopckmhdkohjeoljlbfnjhekfg.json",
source => 'puppet:///modules/onepassword/chrome.json',
mode => '0644',
require => [Package['Chrome'],Package['1Password'],File['chrome_extensions_dir']];
require => [Package['Chrome'],Package['1Password 4'],File['chrome_extensions_dir']];
}

}

0 comments on commit efdc647

Please sign in to comment.