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

redirects (2) Versions 1.0.1

Installs/Configures redirects

Policyfile
Berkshelf
Knife
cookbook 'redirects', '~> 1.0.1', :supermarket
cookbook 'redirects', '~> 1.0.1'
knife supermarket install redirects
knife supermarket download redirects
README
Dependencies
Quality 83%

Cookbook Version Build Status License

Redirects Cookbook

This cookbook provides a servers Debian/Ubuntu 16.04 or 14.04 with webserver Apache and set ups of the of URL redirects in your structure.

Cookbooks:

This cookbook has some dependencies.

  • cookbook 'apache2', '~> 5.0.1'

Chef

  • Chef 12.7+

Platforms:

  • Ubuntu 14.04 and 16.04

Dependencies

That dependencies it's gonna be resolved by berkshelf using CHEF supermaket.

Before run this recipe you need run berks for download and install dependencies

berks vendor 

Chefdk is required.

Usage

This cookbook set ups redirects of URL in your structure with webserver Apache, just make the recipe include.

include_recipe 'redirects'

In your data_bags directory is necessary create a directory with the name "redirects", for example and the create a file vhost-example.json and set de ENVIRONMENT of the your structure.

{
  "id": "vhost-example",
  "_default": {
    "example.com": {
      "docroot": "/var/www/html",
      "log_level": "warn",
      "server_admin": "email@example.com",
      "server_alias": "www.example.com",
      "redir": [
        "RedirectMatch 301 /(.*) http://other-example.com/"
      ]
    }
  },
  "tag": "redirects"
}

{
  "id": "vhost-example2",
  "_default": {
    "example2.com": {
      "docroot": "/var/www/html",
      "log_level": "warn",
      "server_admin": "email@example2.com",
      "server_alias": "www.example2.com",
      "redir": [
        "RedirectMatch 301 /(.*) http://other-example2.com/$1"
      ]
    }
  },
  "tag": "redirects"
}
  • You need a Public IP or Load Balancer to service these redirects servers.

  • It will be necessary to add or change in your DNS the URL address for 'Type A' Public IP or 'Type CNAME' Load Balancer for the request to be forwarded to the server that will handle the redirect.

Attributes

Set the data_bag name and tag name, for example:

  • default['redirects']['data_bag']['name'] - Default 'redirects'
  • default['redirects']['data_bag']['tag'] - Default 'redirects'

Dependent cookbooks

apache2 ~> 5.0.1

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.1 failed this metric

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

Contributing File Metric
            

1.0.1 passed this metric

Foodcritic Metric
            

1.0.1 passed this metric

No Binaries Metric
            

1.0.1 passed this metric

Testing File Metric
            

1.0.1 passed this metric

Version Tag Metric
            

1.0.1 passed this metric