Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 844 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 844 Bytes

df_unit-cookbook

TODO: Enter the cookbook description here.

Supported Platforms

TODO: List your supported platforms.

Attributes

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

Usage

df_unit::default

Include df_unit in your node's run_list:

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

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)