X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/316225f5a6da64609cef4d090047b92bffef49a6..45dde9418dd342bb1a632d82559201c0b3becf1a:/cookbooks/mediawiki/resources/skin.rb diff --git a/cookbooks/mediawiki/resources/skin.rb b/cookbooks/mediawiki/resources/skin.rb index 1f897c53b..63e162742 100644 --- a/cookbooks/mediawiki/resources/skin.rb +++ b/cookbooks/mediawiki/resources/skin.rb @@ -1,14 +1,14 @@ # -# Cookbook Name:: mediawiki +# Cookbook:: mediawiki # Resource:: mediawiki_skin # -# Copyright 2015, OpenStreetMap Foundation +# Copyright:: 2015, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -28,6 +28,7 @@ property :version, :kind_of => String property :repository, :kind_of => String property :revision, :kind_of => String property :update_site, :kind_of => [TrueClass, FalseClass], :default => true +property :legacy, :kind_of => [TrueClass, FalseClass], :default => true action :create do if new_resource.source @@ -66,14 +67,20 @@ action :create do variables new_resource.variables end else - skin_script = "#{skin_directory}/#{new_resource.skin}.php" + if new_resource.legacy + file_content = "