From 1b3147768cde4c11a7920d7b20c57c13b7f194eb Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 7 Oct 2025 13:34:21 +0100 Subject: [PATCH] foundation: ensure .well-known created --- cookbooks/foundation/recipes/wiki.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index b6c993bb5..adb2c11fa 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -64,6 +64,12 @@ template "/srv/osmfoundation.org/robots.txt" do source "robots.txt.erb" end +directory "/srv/osmfoundation.org/.well-known" do + owner node[:mediawiki][:user] + group node[:mediawiki][:group] + mode "755" +end + cookbook_file "/srv/osmfoundation.org/.well-known/funding-manifest-urls" do owner node[:mediawiki][:user] group node[:mediawiki][:group] -- 2.39.5