]> 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 34daecf1f01a0609a9ca776bbdd6b54d502bdbd3..31770b50f7abe0fbeb6b522a03b5a5e2b2793181 100644 (file)
@@ -41,17 +41,16 @@ end
 package "rsyslog"
 
 service "rsyslog" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
 end
 
-#Remove unused base package
+# Remove unused base package
 package "mlocate" do
   action :purge
 end
 
-#Remove ubuntu "desktop" vestigal package
+# Remove ubuntu "desktop" vestigal package
 package "whoopsie" do
   action :purge
 end
-