X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d02429561da1d3ad2b5bbe0ac1108e8fc7774922..18e12b0e123fc3e5f344682f884feabc12da0f5a:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index e4c2c6f86..9519b63bd 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -8,7 +8,7 @@ # 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, @@ -52,7 +52,7 @@ action :create do user "root" group "root" mode 0o644 - variables :title => title + variables :title => new_resource.title end cookbook_file "/srv/#{new_resource.site}/imagery.css" do