Commit edff114b48921a0c2e8afe252af318d5cbfe1bdf

Authored by Sergio Oliveira
1 parent 4575daa6

Install colab-spb-theme

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
cookbooks/colab/recipes/default.rb
... ... @@ -16,6 +16,11 @@ package 'colab' do
16 16 notifies :restart, 'service[colab]'
17 17 end
18 18  
  19 +package 'colab-spb-theme' do
  20 + action :upgrade
  21 + notifies :restart, 'service[colab]'
  22 +end
  23 +
19 24 directory '/etc/colab' do
20 25 owner 'root'
21 26 group 'root'
... ...