rcbops / chef-cookbooks

RCB OPS - Chef Cookbooks
Other
118 stars 102 forks source link

[horizon]: Overriding apache SSL values doesn't behave as expected #844

Open aaronsegura opened 10 years ago

aaronsegura commented 10 years ago

When overriding the values for SSL certificate and key in the chef environment file, chef overwrites your intended cert/key with the default horizon example.controller.com key.

"horizon": { "ssl": { "chain": "", "cert": "", "key": "" } },

Expected behavior would be to configure apache to use the specified cert/key files already on the filesystem, not overwrite them.

aaronsegura commented 10 years ago

Gah! There are actual values in those fields, but they were filtered out because they were enclosed in > <

claco commented 10 years ago

See also: https://github.com/rcbops/chef-cookbooks/issues/841