# limitations under the License.
#
-include_recipe "apache"
+include_recipe "apache::ssl"
package "munin"
package "rrdcached"
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