Chef Cookbook: FreeIPA
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Eric Renfro 0c121cdeda Updated search to include the chef environment so multiple environments could be supported 7 years ago
providers Staging updated method to provide password for LWRP 7 years ago
recipes Updated search to include the chef environment so multiple environments could be supported 7 years ago
resources Renamed provider and resources to more shorter names 7 years ago
templates/default Added admin.password file 7 years ago
.gitignore Initial commit 7 years ago
.kitchen.yml Initial commit 7 years ago
Berksfile Changed ssh generation to pre-keyed vault for streamlined setup. 7 years ago
CHANGELOG.md Initial commit 7 years ago
Gemfile Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Initial commit 7 years ago
Thorfile Initial commit 7 years ago
chefignore Initial commit 7 years ago
metadata.rb Updated search to include the chef environment so multiple environments could be supported 7 years ago

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