Commit b93dc969ebee2667431cbb62e0123185193a1770

Authored by Antonio Terceiro
1 parent d592801a

basics::nginx: do not start immediately

it will be started later anyway when configuration files change
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/basics/recipes/nginx.rb
... ... @@ -7,6 +7,6 @@ end
7 7 package 'nginx'
8 8  
9 9 service 'nginx' do
10   - action [:enable, :start]
  10 + action :enable
11 11 supports :restart => true
12 12 end
... ...