StackStorm / chef-stackstorm

DEPRECATED! Community-maintained Chef Cookbook to deploy StackStorm, IFTTT for Ops
https://supermarket.chef.io/cookbooks/stackstorm
Apache License 2.0
16 stars 10 forks source link

Update /etc/st2.conf to match the new options available in the st2 package #15

Closed jvrplmlmn closed 7 years ago

jvrplmlmn commented 7 years ago

Fixes stackstorm/chef-stackstorm#14

@armab @shortdudey123 @sysbot ?

estee-tew commented 7 years ago

https://stackstorm.slack.com/archives/community/p1473186082000207

arm4b commented 7 years ago

Looks like Travis complains because of hardcoded test cases in: https://github.com/StackStorm/chef-stackstorm/blob/master/spec/recipes/config_spec.rb related to old st2.conf settings.

shortdudey123 commented 7 years ago

ChefSpec tests need to be updated and the file should follow the same order as the packaged one. Looks like some stuff got out of order in this PR

arm4b commented 7 years ago

Seems this wasn't updated for a while. Will open another PR to address all st2.conf changes.