Chef Cookbook: FreeIPA
Go to file
Eric Renfro 52e9ae202c Renamed provider and resources to more shorter names 2016-07-17 16:37:44 -04:00
providers Renamed provider and resources to more shorter names 2016-07-17 16:37:44 -04:00
recipes Renamed provider and resources to more shorter names 2016-07-17 16:37:44 -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 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 Added dummy resources and providers for ipa_user and ipa_group 2016-07-17 10:07:56 -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>)