Chef Cookbook: FreeIPA
Go to file
Eric Renfro 0c121cdeda Updated search to include the chef environment so multiple environments could be supported 2016-07-22 17:27:57 -04:00
providers Staging updated method to provide password for LWRP 2016-07-21 12:43:00 -04:00
recipes Updated search to include the chef environment so multiple environments could be supported 2016-07-22 17:27:57 -04:00
resources Renamed provider and resources to more shorter names 2016-07-17 16:37:44 -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 Changed ssh generation to pre-keyed vault for streamlined setup. 2016-07-21 12:30:59 -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 Updated search to include the chef environment so multiple environments could be supported 2016-07-22 17:27:57 -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>)