Sha256: 4702e6204f0fa2e023bcb189f7f22ba027a7e03dfb8eaa0ae909f32ae0f06bda
Contents?: true
Size: 886 Bytes
Versions: 3
Compression:
Stored size: 886 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 your 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
berkshelf-3.1.4 | generator_files/README.md.erb |
berkshelf-3.1.3 | generator_files/README.md.erb |
berkshelf-3.1.2 | generator_files/README.md.erb |