Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 609 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 609 Bytes

create-cookbook

TODO: Enter the cookbook description here.

Supported Platforms

TODO: List your supported platforms.

Attributes

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

Usage

create::default

Include create in your node's run_list:

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

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)

nweatask