Commit cd1f86e5b8c0039cfaf8a8b998722bc20d22d2e8
1 parent
4092a1c4
Exists in
r5_design
and in
1 other branch
Ranamed raven config file
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
cookbooks/colab/recipes/default.rb
@@ -161,7 +161,7 @@ template '/etc/colab/plugins.d/spb.py' do | @@ -161,7 +161,7 @@ template '/etc/colab/plugins.d/spb.py' do | ||
161 | notifies :restart, 'service[colab]' | 161 | notifies :restart, 'service[colab]' |
162 | end | 162 | end |
163 | 163 | ||
164 | -template '/etc/colab/plugins.d/raven.py' do | 164 | +template '/etc/colab/plugins.d/sentry_client.py' do |
165 | owner 'root' | 165 | owner 'root' |
166 | group 'colab' | 166 | group 'colab' |
167 | mode 0640 | 167 | mode 0640 |
cookbooks/colab/templates/raven.py.erb