From c6b6965a0e59b86b387be3702caed64d4573ff6c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Sep 2026 14:46:34 +0100 Subject: [PATCH] Enable podman apache support for glitchtip --- cookbooks/glitchtip/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/glitchtip/recipes/default.rb b/cookbooks/glitchtip/recipes/default.rb index fb1124720..c418a1812 100644 --- a/cookbooks/glitchtip/recipes/default.rb +++ b/cookbooks/glitchtip/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "podman" +include_recipe "podman::apache" include_recipe "postgresql" include_recipe "valkey" -- 2.47.3