]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/overpass/recipes/default.rb
Scrub last munin traces
[chef.git] / cookbooks / overpass / recipes / default.rb
index 47469716875a78bbdfb801df44f002addb2959ea..0cad2a1ab44280c464f45378b136d3070c0952f5 100644 (file)
@@ -19,7 +19,6 @@
 
 include_recipe "accounts"
 include_recipe "apache"
-include_recipe "munin"
 include_recipe "prometheus"
 include_recipe "ruby"
 
@@ -36,12 +35,6 @@ web_passwords = data_bag_item("web", "passwords")
   end
 end
 
-# FIXME: Remove purge post munin removal
-directory "#{basedir}/munin" do
-  action :delete
-  recursive true
-end
-
 ## Install overpass from source
 
 srcdir = "#{basedir}/src/osm-3s_v#{node[:overpass][:version]}"