]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hot/recipes/default.rb
Disable birthday recipe while under dev
[chef.git] / cookbooks / hot / recipes / default.rb
index 55c2a26378835ba84fbc854805fe74e3b69ad6ec..8f12dc193badc0d1e8a5e6d86e255fe3d9f66a55 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: hot
+# Cookbook:: hot
 # Recipe:: default
 #
-# Copyright 2018, OpenStreetMap Foundation
+# Copyright:: 2018, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # limitations under the License.
 #
 
-include_recipe "apache"
+include_recipe "podman::apache"
 
-ssl_certificate "hot.openstreetmap.org" do
-  domains ["hot.openstreetmap.org", "hot.osm.org"]
-  notifies :reload, "service[apache2]"
-end
-
-apache_site "hot.openstreetmap.org" do
-  template "apache.erb"
+podman_site "hot.openstreetmap.org" do
+  image "ghcr.io/openstreetmap/hot.openstreetmap.org-website:latest"
+  aliases ["hot.osm.org"]
 end