Commit d6d3634a07289a78d272e69075b9a67f621f71f6
1 parent
f59a0105
Exists in
master
and in
89 other branches
Fix task name to enable all plugins in Noosfero
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
cookbooks/noosfero/recipes/default.rb
@@ -43,10 +43,10 @@ execute 'plugins:enable' do | @@ -43,10 +43,10 @@ execute 'plugins:enable' do | ||
43 | end | 43 | end |
44 | 44 | ||
45 | execute 'plugins:activate' do | 45 | execute 'plugins:activate' do |
46 | - command "RAILS_ENV=production bundle exec rake noosfero:plugins:enable_all_plugins" | 46 | + command "RAILS_ENV=production bundle exec rake noosfero:plugins:enable_all" |
47 | cwd '/usr/lib/noosfero' | 47 | cwd '/usr/lib/noosfero' |
48 | user 'noosfero' | 48 | user 'noosfero' |
49 | - only_if 'bundle rake -T | grep enable_all_plugins' | 49 | + only_if 'bundle rake -T | grep enable_all' |
50 | end | 50 | end |
51 | 51 | ||
52 | execute 'theme:enable' do | 52 | execute 'theme:enable' do |