From 4c74818ff0b6aee0fd89c2c532896d8ac42af7eb Mon Sep 17 00:00:00 2001 From: James Abley Date: Mon, 16 Jun 2014 12:10:02 +0100 Subject: [PATCH] Update package name Track change made in 8387022cfc. --- manifests/chrome.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']]; } }