X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..a2b9bd4dfa96e6919647b168c6fb857af839ced2:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index d4f8cb047..47b7fa094 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -90,6 +90,11 @@ directory "/srv/munin.openstreetmap.org/dumps" do mode 0o755 end +ssl_certificate "munin.openstreetmap.org" do + domains ["munin.openstreetmap.org", "munin.osm.org"] + notifies :reload, "service[apache2]" +end + apache_site "munin.openstreetmap.org" do template "apache.erb" end