Skip to content

tedwardia/puppet-google-chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Puppet module to install the Google Chrome web browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 50.7%
  • Ruby 49.3%