]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Test chef using ruby 2.1.6 as that is what chef currently uses
[chef.git] / cookbooks / tools / recipes / default.rb
index 8424642bfe0df7f6c79ff2eebc3c3447d82ef835..31770b50f7abe0fbeb6b522a03b5a5e2b2793181 100644 (file)
@@ -41,7 +41,7 @@ end
 package "rsyslog"
 
 service "rsyslog" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
 end