Commit a89ed19db2858302e0dd7192affe3b82fdb334d2
1 parent
cd1f86e5
Exists in
master
and in
79 other branches
Added raven config
Showing
2 changed files
with
11 additions
and
0 deletions
Show diff stats
cookbooks/colab/recipes/default.rb
... | ... | @@ -125,6 +125,13 @@ template '/etc/colab/settings.d/05-celery.py' do |
125 | 125 | notifies :restart, 'service[colab]' |
126 | 126 | end |
127 | 127 | |
128 | +template '/etc/colab/settings.d/06-raven-settings.py' do | |
129 | + owner 'root' | |
130 | + group 'colab' | |
131 | + mode 0640 | |
132 | + notifies :restart, 'service[colab]' | |
133 | +end | |
134 | + | |
128 | 135 | # Adding plugins for colab |
129 | 136 | template '/etc/colab/plugins.d/gitlab.py' do |
130 | 137 | owner 'root' | ... | ... |