Giter Site home page Giter Site logo

stivesso / puppet-google-chrome Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jamesnetherton/puppet-google-chrome

0.0 2.0 0.0 54 KB

Puppet module to install the Google Chrome web browser

License: MIT License

Ruby 46.96% Pascal 0.29% Puppet 52.75%

puppet-google-chrome's Introduction

puppet-google-chrome

CircleCI Puppet Forge Puppet Forge Puppet Forge Puppet Forge license

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, 23, 24, 25
  • CentOS 7
  • Debian Wheezy / Jessie
  • openSUSE 13.1, 13.2, 42.1
  • Ubuntu 12.04, 14.04, 15.10, 16.04

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

To modify the full set of default parameters.

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

puppet-google-chrome's People

Contributors

dschaaff avatar elvenspellmaker avatar jamesnetherton avatar markslater avatar mmarseglia avatar stivesso avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.