Commit cd1f86e5b8c0039cfaf8a8b998722bc20d22d2e8
1 parent
4092a1c4
Exists in
master
and in
79 other branches
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 | 161 | notifies :restart, 'service[colab]' |
162 | 162 | end |
163 | 163 | |
164 | -template '/etc/colab/plugins.d/raven.py' do | |
164 | +template '/etc/colab/plugins.d/sentry_client.py' do | |
165 | 165 | owner 'root' |
166 | 166 | group 'colab' |
167 | 167 | mode 0640 | ... | ... |
cookbooks/colab/templates/raven.py.erb