Details
-
Type:
Bug
-
Status:
Fix Provided
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.8.10
-
Fix Version/s: 0.8.14
-
Component/s: Chef Server, WebUI
-
Labels:None
Description
When running chef-server and chef-server-webui under Unicorn (or presumably other Rack containers) without use of the bundled scripts, the default configuration file in /etc/chef/server.rb is not loaded. The config/init.rb script in each application should call Chef::Config.from_file("/etc/chef/server.rb").
Fixed in: http://github.com/imbriaco/chef/tree/CHEF-1088