Chef Cookbook: FreeIPA
| providers | ||
| recipes | ||
| resources | ||
| templates/default | ||
| .gitignore | ||
| .kitchen.yml | ||
| Berksfile | ||
| CHANGELOG.md | ||
| chefignore | ||
| Gemfile | ||
| LICENSE | ||
| metadata.rb | ||
| README.md | ||
| Thorfile | ||
freeipa-cookbook
TODO: Enter the cookbook description here.
Supported Platforms
TODO: List your supported platforms.
Attributes
| Key | Type | Description | Default |
|---|---|---|---|
| ['freeipa']['bacon'] | Boolean | whether to include bacon | true |
Usage
freeipa::default
Include freeipa in your node's run_list:
{
"run_list": [
"recipe[freeipa::default]"
]
}
License and Authors
Author:: YOUR_NAME (<YOUR_EMAIL>)