]> git.openstreetmap.org Git - chef.git/commitdiff
Upgrade foundation and DWG wikis to 1.31
authorTom Hughes <tom@compton.nu>
Thu, 5 Jul 2018 20:14:39 +0000 (21:14 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Jul 2018 20:14:39 +0000 (21:14 +0100)
cookbooks/foundation/recipes/dwg.rb
cookbooks/foundation/recipes/wiki.rb

index cb2cca10524e774787df70fb8a728d6acc61397d..539790a0f2e884d3e80dca2eeb8439c3081df253 100644 (file)
@@ -36,6 +36,7 @@ mediawiki_site "dwg.osmfoundation.org" do
   private true
   recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N"
   recaptcha_private_key passwords["dwg"]["recaptcha"]
+  version "1.31"
 end
 
 mediawiki_extension "MobileFrontend" do
index e13aaa186d6adc88d210baa2ff17168681b34f65..546f35e6c88a24a9d0d0190c1a7ff9d656ca0145 100644 (file)
@@ -39,6 +39,7 @@ mediawiki_site "wiki.osmfoundation.org" do
   recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N"
   recaptcha_private_key passwords["wiki"]["recaptcha"]
   extra_file_extensions ["mp3"]
+  version "1.31"
 end
 
 mediawiki_extension "MobileFrontend" do