Commit 20fc38868db2c1ff85e251f90655ea13ea1e35ab
1 parent
5cafc188
Exists in
master
and in
79 other branches
Removed sentry config (already done in raven conf)
Showing
2 changed files
with
0 additions
and
8 deletions
Show diff stats
cookbooks/colab/recipes/default.rb
... | ... | @@ -101,13 +101,6 @@ template '/etc/colab/settings.d/02-logging.py' do |
101 | 101 | notifies :restart, 'service[colab]' |
102 | 102 | end |
103 | 103 | |
104 | -template '/etc/colab/settings.d/03-sentry.py' do | |
105 | - owner 'root' | |
106 | - group 'colab' | |
107 | - mode 0640 | |
108 | - notifies :restart, 'service[colab]' | |
109 | -end | |
110 | - | |
111 | 104 | template '/etc/colab/settings.d/04-memcached.py' do |
112 | 105 | owner 'root' |
113 | 106 | group 'colab' | ... | ... |
cookbooks/colab/templates/03-sentry.py.erb
... | ... | @@ -1 +0,0 @@ |
1 | -RAVEN_DSN = "<%= node['config']['raven_dsn'] %>" |