projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba6ad6
)
Remove unneeded mlocate package from all machines
author
Grant Slater
<git@firefishy.com>
Fri, 9 Aug 2013 13:25:55 +0000
(14:25 +0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 9 Aug 2013 13:25:55 +0000
(14:25 +0100)
cookbooks/tools/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tools/recipes/default.rb
b/cookbooks/tools/recipes/default.rb
index 45fc074a4053f68c3052429521c1e540f207b82d..801edee7bb09b4a54a59068b30111e5db0bca54e 100644
(file)
--- a/
cookbooks/tools/recipes/default.rb
+++ b/
cookbooks/tools/recipes/default.rb
@@
-44,3
+44,9
@@
service "rsyslog" do
action [ :enable, :start ]
supports :status => true, :restart => true, :reload => true
end
+
+#Remove unused base package
+package "mlocate" do
+ action :purge
+end
+