Install and configure firefox.
NOTE: available firefox versions are here: https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
List the supported platforms from the metadata.rb file -
- Centos 6.4
- Ubuntu 12.04
See attributes/default.rb
for default values
node['firefox']['version']
- The version of firefox to installnode['firefox']['source_url']
- Where to fetch the firefox installation. This attribute uses thenode[:firefox][:version]
to build its value.node['firefox']['path']
- Where to install firefoxnode['firefox']['owner']
- Who should own the firefox installationnode['firefox']['group']
- What group should the firefox installation belong tonode['firefox']['mode']
- File mode for the firefox installation
###default
This recipe uses ark to download and unzip the firefox installation to the provided path. It then uses yum to install the following dependent packages - ['glibc', 'libstdc++-devel', 'libXrender', 'alsa-lib', 'libXext', 'pango-devel', 'gtk2', 'libXt']
.
Copyright (C) 2013 Rally Software Development Corp
Distributed under the MIT License.