Chef Cookbook: FreeIPA
Go to file
Eric Renfro a709e8a652 Initial commit 2016-07-15 09:46:51 -04:00
recipes Initial commit 2016-07-15 09:46:51 -04:00
templates/default Initial commit 2016-07-15 09:46:51 -04:00
.gitignore Initial commit 2016-07-15 09:46:51 -04:00
.kitchen.yml Initial commit 2016-07-15 09:46:51 -04:00
Berksfile Initial commit 2016-07-15 09:46:51 -04:00
CHANGELOG.md Initial commit 2016-07-15 09:46:51 -04:00
Gemfile Initial commit 2016-07-15 09:46:51 -04:00
LICENSE Initial commit 2016-07-15 09:46:51 -04:00
README.md Initial commit 2016-07-15 09:46:51 -04:00
Thorfile Initial commit 2016-07-15 09:46:51 -04:00
chefignore Initial commit 2016-07-15 09:46:51 -04:00
metadata.rb Initial commit 2016-07-15 09:46:51 -04:00

README.md

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>)