]> git.openstreetmap.org Git - chef.git/commitdiff
Update wiki to mediawiki 1.34
authorTom Hughes <tom@compton.nu>
Mon, 2 Nov 2020 08:49:15 +0000 (08:49 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 2 Nov 2020 08:49:15 +0000 (08:49 +0000)
cookbooks/mediawiki/resources/site.rb

index 1bd9acb93ab2f81b9e0ff374d39c59173f129de4..356f56c6c5387f741963e5044f7a2d8ce44e4197 100644 (file)
@@ -22,7 +22,7 @@ default_action :create
 property :site, :kind_of => String, :name_property => true
 property :aliases, :kind_of => [String, Array]
 property :directory, :kind_of => String
-property :version, :kind_of => String, :default => "1.33"
+property :version, :kind_of => String, :default => "1.34"
 property :database_name, :kind_of => String, :required => true
 property :database_user, :kind_of => String, :required => [:create, :update]
 property :database_password, :kind_of => String, :required => [:create, :update]