Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

opera (3) Versions 0.1.0

Installs Opera browser

Policyfile
Berkshelf
Knife
cookbook 'opera', '= 0.1.0', :supermarket
cookbook 'opera', '= 0.1.0'
knife supermarket install opera
knife supermarket download opera
README
Dependencies
Changelog
Quality 100%

Opera Cookbook

Cookbook Version
Build Status
GitHub Issues

This cookbook installs Chromium-based Opera browser (http://www.opera.com/) at compile time and provides
opera_version library method to retrieve Opera browser version installed.

Requirements

Chef 11.14 or higher.

Platforms

  • Ubuntu

Cookbooks

These cookbooks are referenced with suggests, so be sure to depend on the cookbooks that apply.

  • apt

Usage

Include the default recipe on a node's runlist to ensure that opera is installed.

A library method opera_version is provided to retrieve the opera version installed:

v = opera_version # => '29.0.1795.60'

Tip: use allow_any_instance_of to stub opera_version method when testing with rspec:

allow_any_instance_of(Chef::Recipe).to receive(:opera_version).and_return('29.0.1795.60')

Attributes

  • node['opera']['browser']['version'] - Install latest stable, latest beta or specific version (e.g. '29.0.1795.60') of Opera browser. Default is stable.

See attributes/default.rb for complete list
of attributes.

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file for details.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

selenium_grid Applicable Versions

Changelog

0.1.0

  • Initial release

Foodcritic Metric
            

0.1.0 passed this metric