This cookbook provides a resource (firefox_install) for installing firefox via package manager or downloading the binary directory from Mozilla. The resource allows specifying the version, language, and the desired action (install vs. upgrade) to perform during the install. The cookbook also ships with a default recipe that utilizes the resource in order to provide backwards compatibility with the previous cookbook releases.
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.
- CentOS/RHEL
- macOS
- Ubuntu
- Windows
- Chef 14+
- none
Installs the Firefox web browser. With no properties provided the latest version of Firefox (en-us) will be installed on the system.
- :install - install the package (default)
- :upgrade - upgrade the package if a previous version already exists
lang
- Language of firefox to install. Windows and macOS only. Default isen-US
.version
- Version of firefox to download. Default islatest
.package_name
- Package name to install. Default isfirefox_package_name
helper method.
The default recipe exists for backwards compatibility reasons and simply calls the firefox_install resource but passes in values specified by Chef node attributes.
version
- Version of firefox to download. Default islatest
.lang
- Language of firefox to install. Windows and macOS only. Default isen-US
.install_action
- The installation action to take (:install or :upgrade). Default is:install
This project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.