Commit b22e330d68b796a7188f30be82b6ddd09c644a62

Authored by Athos
1 parent 4567db1b

remove broken resource on social

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
cookbooks/noosfero/recipes/default.rb
@@ -46,12 +46,6 @@ execute 'theme:enable' do @@ -46,12 +46,6 @@ execute 'theme:enable' do
46 command 'psql -h database -U noosfero --no-align --tuples-only -q -c "update environments set theme=\'noosfero-spb-theme\' where id=1;"' 46 command 'psql -h database -U noosfero --no-align --tuples-only -q -c "update environments set theme=\'noosfero-spb-theme\' where id=1;"'
47 end 47 end
48 48
49 -execute 'translations:enable' do  
50 - cwd '/usr/lib/noosfero'  
51 - user 'noosfero'  
52 - command 'RAILS_ENV=production bundle exec rake noosfero:translations:compile --quiet'  
53 -end  
54 -  
55 template '/etc/noosfero/thin.yml' do 49 template '/etc/noosfero/thin.yml' do
56 owner 'root'; group 'root'; mode 0644 50 owner 'root'; group 'root'; mode 0644
57 notifies :restart, 'service[noosfero]' 51 notifies :restart, 'service[noosfero]'