cookbook 'firefox', '= 3.0.0'
firefox
(30) Versions
3.0.0
-
Follow25
Installs Mozilla Firefox on multiple operating systems
cookbook 'firefox', '= 3.0.0', :supermarket
knife supermarket install firefox
knife supermarket download firefox
firefox Cookbook
This cookbook installs the latest
version of Firefox by default. You can also specify a specific version, e.g. 33.0.1
. Windows and Mac OS X platforms provide an option to select a specific language with en-US
being the default. A firefox_version
method is also available to retrieve exact version installed.
Requirements
Platforms
- CentOS/RHEL
- Mac OS X
- Ubuntu
- Windows
Chef
- Chef 12+
Cookbooks:
- dmg
Attributes
-
version
- Version of firefox to download. Default islatest
. -
lang
- Language of firefox to install. Windows and Mac OS X only. Default isen-US
.
Usage
Include the default recipe on a node's run_list to ensure that Firefox is installed.
The following example retrieves the version installed by using firefox_version
method:
v = firefox_version
License and Author
Author:: Tim Smith()
Copyright:: Copyright (c) 2012 Webtrends Inc
Copyright:: Copyright (c) 2014 Limelight Networks, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
firefox Cookbook CHANGELOG
This file is used to list changes made in each version of the firefox cookbook.
3.0.0 (2016-09-02)
- Replace apt cookbook with apt_update in test
- Add windows boxes for testing in test kitchen
- Require Chef 12 or later
- Use Chef's built in package instead of windows_package from the windows cookbook
- Fix downloading since Mozilla changed how latest works
2.0.7
- Transfer ownership to Chef
- Add maintainers.md and testing.md docs
- Add Rakefile for simplified testing
2.0.6
- Require dmg and windows in the metadata instead of suggesting. The suggests property in metadata is not actually used in depsolving and should be avoided.
- Depend on a more recent version of the Windows cookbook that properly handles Chef 12
- Add full integration testing with kitchen-docker in Travis
2.0.5
- Fix redirection forbidden
2.0.4
- Update platforms tested with Kitchen CI
- Run Travis CI tests in the container infrastructure and cache bundler installs
- Add a simple contributing doc
- Update development dependencies and breakout gems into groups
- Add license file
- Add cookbook version badge to readme
- Add cookbook and chef requirements to the readme
- Add license to the readme
- Add source_url and issues_url to metadata
2.0.2
- Fix installations on OS X
- Fix the Windows package name in the registry to prevent installs on each run
- Add a VMware Fusion Test Kitchen file for OS X testing
- Chefspec fixes
- Gemfile dependencies loosened
2.0.0
- Add support for Mac OS X, CentOS, and Ubuntu platforms
- Automatically determine latest Firefox package version
- Add firefox_version method that returns version installed
- Add a ability to select language for Windows and Mac OS X platforms
- Replace download URL with releases URL
1.1.1
- Install Firefox 32.0.3
1.1.0
- Install Firefox 30.0.0
- Switch to the new URL for the Firefox download CDN
- Add a new attribute for defining what version of Firefox to download ['firefox']['version']
1.0.7:
- Install Firefox 25.0.1
1.0.6:
- Install Firefox 17.0.1
1.0.5:
- Update the download URL for Firefox since Mozilla changed hosts
1.0.4:
- Bump from Firefox 15.0.1 to 16.0.1
1.0.3:
- Fix the download URL
1.0.2:
- Update to Firefox 15.0.1
1.0.1:
- Update to Firefox 15
1.0.0:
- Initial release with a Changelog
- Update to Firefox 14.0.1 from 13.0.1
Collaborator Number Metric
3.0.0 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Foodcritic Metric
3.0.0 passed this metric
3.0.0 failed this metric
3.0.0 passed this metric