]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / postgresql / recipes / default.rb
index a8b37c59062b8fa7d8b4e81375e1845dd3d44bcc..9fe64344a36049b7f1a5c281b1e22e3dae205009 100644 (file)
@@ -20,7 +20,7 @@
 package "postgresql-common"
 
 service "postgresql" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
 end