/play_sample_cookbooks

Primary LanguageRubyOtherNOASSERTION

app-cookbook

TODO: Enter the cookbook description here.

Supported Platforms

TODO: List your supported platforms.

Attributes

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

Usage

app::default

Include app in your node's run_list:

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

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)