X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ad17f853c6951a4b71a89b628efcd0ae269449f2..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index 34daecf1f..31770b50f 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -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 -