Git Product home page Git Product logo

chef-firefox-package's Introduction

firefox_package

Build Status Cookbook Version License

This cookbook provides the firefox_package provider which can be used to install any version of firefox, including named versions such as 'latest-esr' for multiple platforms.

Supported Platforms

  • Linux
  • Windows

Attributes

Key Type Description Default
['firefox_package']['firefox'][_version_][_language_] String Linux Only: Path to Firefox installation, where version is the requested version and language is the requested language. This is primarly used for uninstall purposes. "/opt/firefox/#{version}_en-US"

Resources

firefox_package

Install the latest version of Firefox via the Mozilla Firefox download API:

firefox_package 'firefox-latest'

Configure a 24 hour splay to reduce egress HTTPS requests to Mozilla servers.

firefox_package 'firefox-esr-latest' do
  splay 84600
end
  • version - Version of Firefox to install. Named versions, such as firefox-latest, firefox-esr-latest, firefox-38.0 are all valid. (name_attribute)
  • checksum - SHA256 Checksum of the file. Not required.
  • uri - HTTPS uri to obtain the installer/archive. Defaults to: https://download.mozilla.org
  • language - Language desired. Defaults to: en-US
  • platform - Platform you wish to download and install. Defaults to the OS from which Chef is running.
  • path - Path to install Firefox. Linux Only, Defaults to: /opt/firefox/#{version}_#{language}
  • splay - Time in minutes to wait before next contact to Mozilla servers. Not required, defaults to 0 (zero) seconds.
  • link - Create the specfied symlink (Linux Only). This can be an array to create multiple symlinks to the same instance, or a string for a single symlink.

License and Authors

Author:: Rapid7, LLC ([email protected])

chef-firefox-package's People

Contributors

asebastian avatar asebastian-r7 avatar cdoughty-r7 avatar eromani-r7 avatar rhass-r7 avatar wwalker-r7 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.