Commit 912b7c9221fd4b6dd3b82eb7ad5c8380690c684d

Authored by MaxAlmeida
1 parent fecf2571

Adding the spb_migrations plugin to noosfero setup

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/noosfero/recipes/default.rb
@@ -44,6 +44,7 @@ plugins = [ @@ -44,6 +44,7 @@ plugins = [
44 'statistics', 44 'statistics',
45 'sub_organizations', 45 'sub_organizations',
46 'video', 46 'video',
  47 + 'spb_migrations',
47 ] 48 ]
48 49
49 execute 'plugins:enable' do 50 execute 'plugins:enable' do