Commit 085f0730e65933b219a63b6ba7ae25b3faf83bef
1 parent
67a8bb5e
Exists in
master
and in
79 other branches
Added raven to plugins
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
cookbooks/colab/recipes/default.rb
... | ... | @@ -148,6 +148,12 @@ template '/etc/colab/plugins.d/spb.py' do |
148 | 148 | mode 0640 |
149 | 149 | end |
150 | 150 | |
151 | +template '/etc/colab/plugins.d/raven.py' do | |
152 | + owner 'root' | |
153 | + group 'colab' | |
154 | + mode 0640 | |
155 | +end | |
156 | + | |
151 | 157 | execute 'colab-admin migrate' |
152 | 158 | |
153 | 159 | service 'colab' do | ... | ... |