From 9b82b2e55941686ce9ddf7b6c0f95465016422fa Mon Sep 17 00:00:00 2001 From: rodrigosiqueira Date: Tue, 15 Sep 2015 10:58:04 -0300 Subject: [PATCH] Add Unicorn file --- cookbooks/noosfero/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/noosfero/recipes/default.rb b/cookbooks/noosfero/recipes/default.rb index e93f801..a0893b4 100644 --- a/cookbooks/noosfero/recipes/default.rb +++ b/cookbooks/noosfero/recipes/default.rb @@ -89,7 +89,7 @@ execute 'software:create_licenses' do command 'sudo -u noosfero bundle exec rake software:create_licenses RAILS_ENV=production' end -template '/etc/noosfero/unicorn.rb' do +cookbook_file '/etc/noosfero/unicorn.rb' do owner 'root'; group 'root'; mode 0644 notifies :restart, 'service[noosfero]' end -- libgit2 0.21.2