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

The codenamephp_edge cookbook has been deprecated

Author provided reason for deprecation:

The codenamephp_edge cookbook has been deprecated and is no longer being maintained by its authors. Use of the codenamephp_edge cookbook is no longer recommended.

RSS

codenamephp_edge (3) Versions 1.1.1

Cookbook to install the Microsoft Edge browser

Policyfile
Berkshelf
Knife
cookbook 'codenamephp_edge', '~> 1.1.1', :supermarket
cookbook 'codenamephp_edge', '~> 1.1.1'
knife supermarket install codenamephp_edge
knife supermarket download codenamephp_edge
README
Dependencies
Quality 33%

Chef Cookbook

CI

Cookbook to install the Microsoft Edge browser. Bear in mind that this is currently the dev/insider version: https://www.microsoftedgeinsider.com/en-us/download/

Requirements

Supported Platforms

  • Debian Stretch

Usage

Add the cookbook to your Berksfile or Metadata:

cookbook 'codenamephp_edge'

Then use the resources to add the repository:

codenamephp_edge_apt_repository 'Add apt repository'
codenamephp_edge_package 'Install edge'

Resources

apt_respository

This resource manages (adds/removes) the apt repository from which the package will be installed

Actions

  • :add: Adds the apt repository to apt
  • :remove: Removes the repository from apt (does not remove any installed packages!)

Properties

Examples

# Minmal parameters
codenamephp_edge_apt_repository 'Add apt repository'

# Remove the repository
codenamephp_edge_apt_repository 'Remove apt repository' do
  action :remove
end

package

This resource manages (installs/removes) the apt package

Actions

  • :install: Installs the pacakge from the apt repository
  • :remove: Removes package

Properties

  • package_name: The name that is used for apt install, default 'microsoft-edge-dev'

Examples

# Minmal parameters
codenamephp_edge_package 'Install edge'

# Remove the package
codenamephp_edge_package 'Remove edge'
  action :remove
end

# Custom package name
codenamephp_edge_package 'Install edge' do
  package_name 'microsoft-edge'
end

Collaborator Number Metric
            

1.1.1 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.1 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

Cookstyle Metric
            

1.1.1 passed this metric

No Binaries Metric
            

1.1.1 passed this metric

Testing File Metric
            

1.1.1 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.1 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