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

301 (1) Versions 0.1.0

Installs/Configures 301

Policyfile
Berkshelf
Knife
cookbook '301', '~> 0.1.0', :supermarket
cookbook '301', '~> 0.1.0'
knife supermarket install 301
knife supermarket download 301
README
Dependencies
Changelog
Quality 25%

301-cookbook

Installs/configures the 301 HTTP redirect server

Supported Platforms

  • ubuntu-14.04

Attributes

  • ['301']['user'] - user service will run as
  • ['301']['version'] - version of 301 to run
  • ['301']['port'] - 301's listening port (default 8080)
  • ['301']['domain'] - domain to redirect to
  • ['301']['proto'] - http or https (default http)

default['301']['service_name'] = 'three_oh_one'

Usage

301::default

Include 301 in your node's run_list:

{
  "run_list": [
    "recipe[301::default]"
  ]
}

301::upstart

Create an upstart service to manage your 301 server

{
  "run_list": [
    "recipe[301::default]"
    "recipe[301::upstart]"
  ]
}

Contributing

Happy to accept PRs for other init script types.

Dependent cookbooks

nodejs >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of 301

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

FC034: Unused template variables: 301/templates/default/upstart.erb:1
FC064: Ensure issues_url is set in metadata: 301/metadata.rb:1
FC065: Ensure source_url is set in metadata: 301/metadata.rb:1
FC066: Ensure chef_version is set in metadata: 301/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: 301/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.0 passed this metric


You must be signed in to follow a cookbook.