Commit edff114b48921a0c2e8afe252af318d5cbfe1bdf
1 parent
4575daa6
Exists in
master
and in
79 other branches
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,6 +16,11 @@ package 'colab' do | ||
16 | notifies :restart, 'service[colab]' | 16 | notifies :restart, 'service[colab]' |
17 | end | 17 | end |
18 | 18 | ||
19 | +package 'colab-spb-theme' do | ||
20 | + action :upgrade | ||
21 | + notifies :restart, 'service[colab]' | ||
22 | +end | ||
23 | + | ||
19 | directory '/etc/colab' do | 24 | directory '/etc/colab' do |
20 | owner 'root' | 25 | owner 'root' |
21 | group 'root' | 26 | group 'root' |