Puppet module to install the Google Chrome web browser module. Currently supports installation on:
- Fedora
- Debian / Ubuntu / Mint
- openSUSE
- Fedora 20, 21, 22
- CentOS 7
- Debian Wheezy / Jessie
- openSUSE 13.1, 13.2
To install the stable version of Google Chrome, include or declare the google_chrome class.
include 'google_chrome'class { 'google_chrome':
}To install unstable or beta versions, set the appropriate version attribute.
class { 'google_chrome':
version => 'unstable',
}class { 'google_chrome':
version => 'beta',
}| Branch | Status |
|---|---|
| Master | |
| CentOS | |
| Debian | |
| Fedora | |
| SUSE |