cookbook-freeipa/README.md

43 lines
603 B
Markdown

# freeipa-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>['freeipa']['bacon']</tt></td>
<td>Boolean</td>
<td>whether to include bacon</td>
<td><tt>true</tt></td>
</tr>
</table>
## Usage
### freeipa::default
Include `freeipa` in your node's `run_list`:
```json
{
"run_list": [
"recipe[freeipa::default]"
]
}
```
## License and Authors
Author:: YOUR_NAME (<YOUR_EMAIL>)