/puppet-google-chrome

Puppet module to install the Google Chrome web browser

Primary LanguagePuppetMIT LicenseMIT

puppet-google-chrome

Overview

Puppet module to install the Google Chrome web browser module. Currently supports installation on:

  • Fedora
  • Debian / Ubuntu / Mint
  • openSUSE

Tested on:

  • Fedora 20, 21, 22
  • CentOS 7
  • Debian Wheezy / Jessie
  • openSUSE 13.1, 13.2

Usage

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',
}

Build

Branch Status
Master Circle CI
CentOS Circle CI
Debian Circle CI
Fedora Circle CI
SUSE Circle CI