service "nginx" do
action [:enable] # Do not start the service as config may be broken from failed chef run
supports :status => true, :restart => true, :reload => true
service "nginx" do
action [:enable] # Do not start the service as config may be broken from failed chef run
supports :status => true, :restart => true, :reload => true