Commit b22e330d68b796a7188f30be82b6ddd09c644a62
1 parent
4567db1b
Exists in
master
and in
90 other branches
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 | 46 | command 'psql -h database -U noosfero --no-align --tuples-only -q -c "update environments set theme=\'noosfero-spb-theme\' where id=1;"' |
47 | 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 | 49 | template '/etc/noosfero/thin.yml' do |
56 | 50 | owner 'root'; group 'root'; mode 0644 |
57 | 51 | notifies :restart, 'service[noosfero]' | ... | ... |