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

etckeeper (7) Versions 0.0.3

Installs/Configures etckeeper

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

Description

Install and configure etckeeper. Add cron task for every day commit & push changes to remote repo.
Thanks to alekschumakov88, who created the first version of this cookbook.

Requirements

recipe['cron']

Attributes

default['etckeeper']['git_host'] = "github.com"
default['etckeeper']['git_port'] = "22"
default['etckeeper']['git_repo'] = "etckeeper"
default['etckeeper']['git_branch'] = node['fqdn']

default['etckeeper']['git_remote_enabled'] = true

Usage

  • If you do not set ['git_remote_enabled'] to false:
    • Make key and copy to ./files/default as etckeeper_key
    • Set at atribute for git repo. For example default['etckeeper']['git_repo'] = "myuser/myrepo.git"
  • Add to run_list recipe['etckeeper']

TODO

  1. Add more info
  2. Make more flexible work with keys. Change files to attributes or data_bags

Dependent cookbooks

cron >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found