]> git.openstreetmap.org Git - chef.git/commitdiff
Install the Scribunto extension in the main wiki
authorTom Hughes <tom@compton.nu>
Sun, 29 Jul 2018 11:21:00 +0000 (12:21 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 29 Jul 2018 11:21:00 +0000 (12:21 +0100)
cookbooks/wiki/recipes/default.rb

index 55eebc2a4983426baadb54825665f0eb5fdf36ef..96cbacaa980fd8254274ede9ac15b47f19b1ed15 100644 (file)
@@ -59,6 +59,10 @@ mediawiki_extension "MobileFrontend" do
   template "mw-ext-MobileFrontend.inc.php.erb"
 end
 
+mediawiki_extension "Scribunto" do
+  site "wiki.openstreetmap.org"
+end
+
 cookbook_file "/srv/wiki.openstreetmap.org/osm_logo_wiki.png" do
   owner node[:mediawiki][:user]
   group node[:mediawiki][:group]