X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d118d2178b14eefa5a486e528d730956175fdf40..361fe7b2d59cd38452162f1c66f961f9f71ec377:/cookbooks/munin/recipes/server.rb?ds=inline diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 8d9759960..4729f4321 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -66,6 +66,17 @@ end apache_module "fcgid" apache_module "rewrite" +remote_directory "/srv/munin.openstreetmap.org" do + source "www" + owner "root" + group "root" + mode 0755 + files_owner "root" + files_group "root" + files_mode 0755 + purge true +end + apache_site "munin.openstreetmap.org" do template "apache.erb" end