Commit 9b82b2e55941686ce9ddf7b6c0f95465016422fa
Committed by
Thiago Ribeiro
1 parent
939892d0
Exists in
master
and in
79 other branches
Add Unicorn file
Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com> Signed-off-by: Maxwell Almeida <llewxam150@gmail.com> Signed-off-by: Ricardo Teixeira <ricardocdzg@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/noosfero/recipes/default.rb
... | ... | @@ -89,7 +89,7 @@ execute 'software:create_licenses' do |
89 | 89 | command 'sudo -u noosfero bundle exec rake software:create_licenses RAILS_ENV=production' |
90 | 90 | end |
91 | 91 | |
92 | -template '/etc/noosfero/unicorn.rb' do | |
92 | +cookbook_file '/etc/noosfero/unicorn.rb' do | |
93 | 93 | owner 'root'; group 'root'; mode 0644 |
94 | 94 | notifies :restart, 'service[noosfero]' |
95 | 95 | end | ... | ... |