From 3c44ba326f208cd3a00fe10c68399cbae62eb4c2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 12 Nov 2025 21:36:28 +0000 Subject: [PATCH] foundation: fix scribunto chef template --- cookbooks/foundation/recipes/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index c0f08659e..91f004762 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -56,7 +56,7 @@ end mediawiki_extension "Scribunto" do site "osmfoundation.org" template "mw-ext-Scribunto.inc.php.erb" - template_cookbook "wiki" + template_cookbook "foundation" end cookbook_file "/srv/osmfoundation.org/Wiki.png" do -- 2.39.5