adamwitherspoon / puppet-firefox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox

Build Status

Usage

# for release channel
include firefox

# from a specific channel, name it directly
include firefox::nightly
# firefox::beta & firefox::aurora available

# for a custom version of the release channel
class { 'firefox':
  version => '26.0b1'
}

Required Puppet Modules

  • boxen

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

License:MIT License