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 1.1.0

Installs Opera browser

Policyfile
Berkshelf
Knife
cookbook 'opera', '~> 1.1.0', :supermarket
cookbook 'opera', '~> 1.1.0'
knife supermarket install opera
knife supermarket download opera
README
Dependencies
Changelog
Quality 17%

Opera Cookbook

Cookbook Version
Build Status

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.16+

Platforms

  • Ubuntu
  • Windows

Cookbooks

  • 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']['track'] - Install latest stable or beta release 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.

Changelog

1.1.0

  • Fix FC052: Metadata uses the unimplemented "suggests" keyword
  • Update metadata source_url and issues_url

1.0.0

  • Support windows

0.1.0

  • Initial release

Collaborator Number Metric
            

1.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.1.0 failed this metric

FC066: Ensure chef_version is set in metadata: opera/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.1.0 passed this metric

Testing File Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number