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 1.2.0

Manages Cloudflare resources via API v4

Policyfile
Berkshelf
Knife
cookbook 'glare', '= 1.2.0', :supermarket
cookbook 'glare', '= 1.2.0'
knife supermarket install glare
knife supermarket download glare
README
Dependencies
Changelog
Quality 67%

glare Cookbook

Handles Cloudflare DNS records via API v4

Build Status

Build Status
Code Climate
Cookbook Version

Usage

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

Resources

record

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

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

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

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

glare cookbook CHANGELOG

1.0.6

  • No changes. Uploaded using custom stove version with gem metadata.

1.0.5

  • No changes. Uploaded using custom stove version. Do not use.

1.0.4

  • No changes. Uploaded using custom stove version. Do not use.

1.0.3

  • Use rake for stove
  • Upload extended metadata to supermarket

1.0.2

  • Update cookbook description

1.0.1

  • Bump version to upload it with metadata

1.0.0

  • Rename add action to create and remove to delete

0.1.1

  • Add default action for record provider

0.1.0

  • Initial release of glare cookbook with record provider

Collaborator Number Metric
            

1.2.0 passed this metric

Contributing File Metric
            

1.2.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.2.0 passed this metric

No Binaries Metric
            

1.2.0 passed this metric

Testing File Metric
            

1.2.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.2.0 passed this metric