X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5844c5bc2edf22e4d6a4316f887adf758584a008..5e01e28d3970940f3be03d7bfa514373175caad8:/cookbooks/irc/recipes/default.rb diff --git a/cookbooks/irc/recipes/default.rb b/cookbooks/irc/recipes/default.rb index 238c17c8a..138912e8a 100644 --- a/cookbooks/irc/recipes/default.rb +++ b/cookbooks/irc/recipes/default.rb @@ -17,31 +17,9 @@ # limitations under the License. # -include_recipe "apache" +include_recipe "podman::apache" -ssl_certificate "irc.openstreetmap.org" do - domains ["irc.openstreetmap.org", "irc.osm.org"] - notifies :reload, "service[apache2]" -end - -directory "/srv/irc.openstreetmap.org" do - owner "root" - group "root" - mode 0755 -end - -remote_directory "/srv/irc.openstreetmap.org/html" do - source "html" - owner "root" - group "root" - mode 0o755 - files_owner "root" - files_group "root" - files_mode 0o644 -end - -apache_site "irc.openstreetmap.org" do - template "apache.erb" - directory "/srv/irc.openstreetmap.org/html" - variables :aliases => ["irc.osm.org"] +podman_site "irc.openstreetmap.org" do + image "ghcr.io/openstreetmap/irc-website:latest" + aliases ["irc.osm.org"] end