From 971d020496755a5ff6c7f3303d5887d0382f09dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 18 Mar 2011 21:47:06 +0200 Subject: [PATCH] Fixed google chrome install check. --- google/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/manifests/init.pp b/google/manifests/init.pp index dad7cde..7744d5f 100644 --- a/google/manifests/init.pp +++ b/google/manifests/init.pp @@ -19,7 +19,7 @@ class google::common { class google::chrome { include google::common - package { "google-chrome": + package { "google-chrome-beta": ensure => installed, require => Class["google::common"], }