Fixed google chrome install check.
This commit is contained in:
parent
5fd08e4b15
commit
971d020496
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class google::common {
|
||||||
class google::chrome {
|
class google::chrome {
|
||||||
|
|
||||||
include google::common
|
include google::common
|
||||||
package { "google-chrome":
|
package { "google-chrome-beta":
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
require => Class["google::common"],
|
require => Class["google::common"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue