]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Remove trailing whitespace in ruby code
[chef.git] / cookbooks / tools / recipes / default.rb
index 45fc074a4053f68c3052429521c1e540f207b82d..a2245a407ab684b71c15c601d5675687ef6b8a13 100644 (file)
@@ -44,3 +44,13 @@ service "rsyslog" do
   action [ :enable, :start ]
   supports :status => true, :restart => true, :reload => true
 end
+
+#Remove unused base package
+package "mlocate" do
+  action :purge
+end
+
+#Remove ubuntu "desktop" vestigal package
+package "whoopsie" do
+  action :purge
+end