Sha256: 9360ced5f9a6dcbd537e21a13cc5c2fe12aedbfac7b8472a5fdd63f960010472
Contents?: true
Size: 643 Bytes
Versions: 14
Compression:
Stored size: 643 Bytes
Contents
# sample_cookbook-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>['sample_cookbook']['bacon']</tt></td> <td>Boolean</td> <td>whether to include bacon</td> <td><tt>true</tt></td> </tr> </table> ## Usage ### sample_cookbook::default Include `sample_cookbook` in your node's `run_list`: ```json { "run_list": [ "recipe[sample_cookbook::default]" ] } ``` ## License and Authors Author:: YOUR_NAME (<YOUR_EMAIL>)
Version data entries
14 entries across 9 versions & 1 rubygems