Commit 7afdb1bd43fe04665c591f1ea1d60a36fb9e3018

Authored by Paulo Tada
1 parent e5ae6190
Exists in master and in 1 other branch mezuro_spb

Removing mezuro plugin from recipe

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/colab/recipes/default.rb
... ... @@ -172,6 +172,7 @@ template '/etc/colab/plugins.d/mezuro.py' do
172 172 owner 'root'
173 173 group 'colab'
174 174 mode 0640
  175 + action :delete
175 176 notifies :restart, 'service[colab]'
176 177 end
177 178  
... ...