Commit 00d6a1cfa88e695748fa1e1814bfd2f833372828
Exists in
master
and in
9 other branches
Merge branch 'colab_spb_plugin_recipe' into 'master'
Colab spb plugin recipe See merge request !173
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/colab/recipes/default.rb
| @@ -26,7 +26,7 @@ package 'colab-spb-theme' do | @@ -26,7 +26,7 @@ package 'colab-spb-theme' do | ||
| 26 | notifies :restart, 'service[colab]' | 26 | notifies :restart, 'service[colab]' |
| 27 | end | 27 | end |
| 28 | 28 | ||
| 29 | -package 'colab-spb-theme' do | 29 | +package 'colab-spb-plugin' do |
| 30 | action :upgrade | 30 | action :upgrade |
| 31 | notifies :restart, 'service[colab]' | 31 | notifies :restart, 'service[colab]' |
| 32 | end | 32 | end |