]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Remove unneeded mlocate package from all machines
[chef.git] / cookbooks / tools / recipes / default.rb
index 45fc074a4053f68c3052429521c1e540f207b82d..801edee7bb09b4a54a59068b30111e5db0bca54e 100644 (file)
@@ -44,3 +44,9 @@ service "rsyslog" do
   action [ :enable, :start ]
   supports :status => true, :restart => true, :reload => true
 end
   action [ :enable, :start ]
   supports :status => true, :restart => true, :reload => true
 end
+
+#Remove unused base package
+package "mlocate" do
+  action :purge
+end
+