include_recipe "accounts"
include_recipe "apache"
-include_recipe "munin"
include_recipe "prometheus"
include_recipe "ruby"
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]}"