Sha256: 5af84e3b6cac2a174c99b713709b0e6efbaa13fdcf04f07fe6c55fb76a6be854
Contents?: true
Size: 885 Bytes
Versions: 11
Compression:
Stored size: 885 Bytes
Contents
# <%= name %>-cookbook TODO: Enter the cookbook description here. ## Supported Platforms TODO: List your supported platforms. ## Attributes <table> <tr> <th>Key</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> <tr> <td><tt>['<%= name %>']['bacon']</tt></td> <td>Boolean</td> <td>whether to include bacon</td> <td><tt>true</tt></td> </tr> </table> ## Usage ### <%= name %>::default Include `<%= name %>` in your node's `run_list`: ```json { "run_list": [ "recipe[<%= name %>::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:: <%= maintainer %> (<<%= maintainer_email %>>)
Version data entries
11 entries across 11 versions & 1 rubygems