chef-cookbooks / chef-server

Cookbook to install standalone Chef Server

Home Page:http://supermarket.chef.io/cookbooks/chef-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace /etc/opscode/chef-server.rb template with ingredient_config

jtimberman opened this issue · comments

As of version 0.8.0, the chef-ingredient cookbook has a resource for managing product configuration. We should support this in the default recipe to replace the /etc/opscode/chef-server.rb template, and also allow injecting configuration for addons in the addons recipe.

The configuration should be set as an attribute using the current default configuration that would be rendered without modification.

I believe this will also require a new major release of the cookbook, as it is sure to break compatibility for those who may have wrapper cookbooks that modify the template using the current attributes.

PR #92 resolved this.