This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Release v0.3.0
This release adds the capability to override the each of the google_chrome class parameters. For example:
class { 'google_chrome':
ensure => 'installed',
version => 'unstable',
package_name => 'google-chrome',
repo_gpg_key => 'https://dl.google.com/linux/linux_signing_key.pub',
repo_gpg_key_id => '4CCA1EAF950CEE4AB83976DCA040830F7FAC5991',
repo_name => 'google-chrome',
defaults_file => '/etc/default/google-chrome',
repo_base_url => 'http://dl.google.com/linux/chrome/rpm/stable/x86_64'
}