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

nginx_source_install (11) Versions 0.1.0

Installs/Configures Nginx from source

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

nginx_source_install Cookbook

This cookbook installs Nginx using my installer script with HTTP2 and ALPN.

Requirements

Platforms

  • Debian
  • Ubuntu
  • RedHat
  • CentOS

Chef

  • Chef 12.0 or later

Usage

nginx_source_install::default

To install the most recent stable version of Nginx:

Just include nginx_source_install in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[nginx_source_install]"
  ]
}

nginx_source_install::mainline

To install the most recent mainline version of Nginx:

Just include nginx_source_install::mainline in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[nginx_source_install::mainline]"
  ]
}

License and Authors

Authors: Alex Markessinis

License: MIT

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

nginx_source_install CHANGELOG

This file is used to list changes made in each version of the nginx_source_install cookbook.

0.1.0

  • [Alex Markessinis] - Initial release of nginx_source_install

Collaborator Number Metric
            

0.1.0 failed this metric

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

Foodcritic Metric
            

0.1.0 failed this metric

FC064: Ensure issues_url is set in metadata: /tmp/aa22db553460e50cad1bb45f/nginx_source_install/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/aa22db553460e50cad1bb45f/nginx_source_install/metadata.rb:1
Run with Foodcritic Version 8.1.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

License Metric
            

0.1.0 passed this metric