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

glare (17) Versions 0.1.1

Manages Cloudflare resources via API v4

Policyfile
Berkshelf
Knife
cookbook 'glare', '= 0.1.1', :supermarket
cookbook 'glare', '= 0.1.1'
knife supermarket install glare
knife supermarket download glare
README
Dependencies
Quality 100%

glare Cookbook

Handles Cloudflare DNS records via API v4

Usage

Do include_recipe 'glare::default' if using Chef < 12.8.1

Resources

record

  • add action:
glare_record 'domain.com' do
  content 'content.com'
  type 'CNAME'

  email 'test@email.com'
  auth_key 'example_auth_key'
  action :add
end
  • remove action:
glare_record 'domain.com' do
  type 'CNAME'

  email 'test@email.com'
  auth_key 'example_auth_key'
  action :remove
end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.1.1 passed this metric