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

zerigo (2) Versions 0.1.0

Provides zerigo LWRPs

Policyfile
Berkshelf
Knife
cookbook 'zerigo', '= 0.1.0', :supermarket
cookbook 'zerigo', '= 0.1.0'
knife supermarket install zerigo
knife supermarket download zerigo
README
Dependencies
Quality -%

Description

Provides a LWRP that allows interaction with the Zerigo DNS service.

Requirements

A Zerigo account.

Installation

  1. Install the github cookbooks knife plugin (https://github.com/websterclay/knife-github-cookbooks).
  2. Install the zerigo cookbook:

    $ knife cookbook github install threetee/chef-cookbook-zerigo

Usage

include_recipe "zerigo"

zerigo_zone "create a zone" do
  domain  "test.com"
  email   "hostmaster@test.com"

  zerigo_email          "zerigo-account@somewhere.com"
  zerigo_token          "zerigo_api_token"

  action :create
end

zerigo_record "create a record" do
  name  "test"
  value "16.8.4.2"
  type  "A"

  zone_id               "test.com"   # Zerigo-hosted domain name
  zerigo_email          "zerigo-account@somewhere.com"
  zerigo_token          "zerigo_api_token"

  action :create
end

Credits

Inspired by https://github.com/heavywater/community-cookbooks/tree/master/route53.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found