/chef-base

Chef Base Cookbook

Primary LanguageRubyMIT LicenseMIT

base-cookbook

TODO: Enter the cookbook description here.

Supported Platforms

TODO: List your supported platforms.

Attributes

Key Type Description Default
['base']['bacon'] Boolean whether to include bacon true

Usage

base::default

Include base in your node's run_list:

{
  "run_list": [
    "recipe[base::default]"
  ]
}

License and Authors

Author:: Daniel Ku (kjunine@gmail.com)