Chef Cookbook: FreeIPA
Go to file
Eric Renfro 463065b850 Version bump 2016-07-17 01:09:58 -04:00
recipes Little further refinement to condition checking for deployment steps 2016-07-17 01:09:38 -04:00
templates/default Added admin.password file 2016-07-16 19:38:47 -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 Successfully deployed functional freeipa-server 2016-07-16 19:00:53 -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 Version bump 2016-07-17 01:09:58 -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>)