service "php5-fpm" do
provider Chef::Provider::Service::Upstart
- action [ :enable, :start ]
+ action [:enable, :start]
supports :status => true, :restart => true, :reload => true
end
end
else
apache_site site_name do
- action [ :delete ]
+ action [:delete]
end
directory rails_directory do