diff --git a/manifests/chrome.pp b/manifests/chrome.pp index 2a97f66..8296af7 100644 --- a/manifests/chrome.pp +++ b/manifests/chrome.pp @@ -12,7 +12,7 @@ ensure => directory, path => $chrome_dir, mode => '0755', - require => [Package['Chrome'],Package['1Password']]; + require => [Package['Chrome'],Package['1Password 4']]; } file { 'onepassword_chrome_extension': @@ -20,7 +20,7 @@ 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']]; } }