]> git.openstreetmap.org Git - chef.git/commitdiff
Switch SoTM 2009 to container
authorGrant Slater <github@firefishy.com>
Tue, 17 Sep 2024 23:39:10 +0000 (00:39 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 17 Sep 2024 23:39:10 +0000 (00:39 +0100)
cookbooks/stateofthemap/recipes/container.rb
cookbooks/stateofthemap/recipes/wordpress.rb

index f7152bb61de7f780ed904e0816b4076889498784..3b5bd38b9fd916503a92220655804d6ea3638582 100644 (file)
@@ -24,7 +24,7 @@ podman_site "stateofthemap.org" do
   aliases ["www.stateofthemap.org", "stateofthemap.com", "www.stateofthemap.com", "sotm.org", "www.sotm.org"]
 end
 
-%w[2007 2008 2013 2016 2017 2018 2019 2020 2021 2022 2024].each do |year|
+%w[2007 2008 2009 2013 2016 2017 2018 2019 2020 2021 2022 2024].each do |year|
   podman_site "#{year}.stateofthemap.org" do
     image "ghcr.io/openstreetmap/stateofthemap-#{year}:latest"
     aliases ["#{year}.stateofthemap.com", "#{year}.sotm.org"]
index a34f850242df288d4801b6a6b270ebb41683d071..bd659f68230ba45f4b7be220c85ca63b8f2b0146 100644 (file)
@@ -23,46 +23,6 @@ include_recipe "wordpress"
 passwords = data_bag_item("stateofthemap", "passwords")
 wp2fa_encrypt_keys = data_bag_item("stateofthemap", "wp2fa_encrypt_keys")
 
-directory "/srv/2009.stateofthemap.org" do
-  owner "wordpress"
-  group "wordpress"
-  mode "755"
-end
-
-git "/srv/2009.stateofthemap.org" do
-  action :sync
-  repository "https://git.openstreetmap.org/public/stateofthemap.git"
-  revision "resources-2009"
-  depth 1
-  user "wordpress"
-  group "wordpress"
-end
-
-wordpress_site "2009.stateofthemap.org" do
-  aliases ["2009.stateofthemap.com", "2009.sotm.org"]
-  directory "/srv/2009.stateofthemap.org/wp"
-  database_name "sotm2009"
-  database_user "sotm2009"
-  database_password passwords["sotm2009"]
-  wp2fa_encrypt_key wp2fa_encrypt_keys["sotm2009"]
-  urls "/register" => "/srv/2009.stateofthemap.org/register",
-       "/register-pro-user" => "/srv/2009.stateofthemap.org/register-pro-user",
-       "/podcasts" => "/srv/2009.stateofthemap.org/podcasts"
-  fpm_prometheus_port 12009
-end
-
-wordpress_theme "2009.stateofthemap.org-aerodrome" do
-  theme "aerodrome"
-  site "2009.stateofthemap.org"
-  repository "https://git.openstreetmap.org/public/stateofthemap.git"
-  revision "theme-2009"
-end
-
-# wordpress_plugin "2009.stateofthemap.org-wp-sticky" do
-#   plugin "wp-sticky"
-#   site "2009.stateofthemap.org"
-# end
-
 directory "/srv/2010.stateofthemap.org" do
   owner "wordpress"
   group "wordpress"