Commit 9d54c5900026cc60e5f8a93e7efd3d142643dfc9

Authored by Antonio Terceiro
1 parent 48c35a4b

colab: restart service when settings.yaml changes

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/colab/recipes/default.rb
... ... @@ -24,6 +24,7 @@ template '/etc/colab/settings.yaml' do
24 24 owner 'root'
25 25 group 'colab'
26 26 mode 0640
  27 + notifies :restart, 'service[colab]'
27 28 end
28 29  
29 30 execute 'colab-admin migrate'
... ...