X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..027e6c6a30ad50302390f6ea56d3bbf7a49f4fdf:/cookbooks/squid/resources/fragment.rb?ds=inline diff --git a/cookbooks/squid/resources/fragment.rb b/cookbooks/squid/resources/fragment.rb index 0f55aa236..152a6d971 100644 --- a/cookbooks/squid/resources/fragment.rb +++ b/cookbooks/squid/resources/fragment.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: squid +# Cookbook:: squid # Resource:: squid_fragment # -# 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. @@ -19,7 +19,7 @@ default_action :create -property :fragment, :kind_of => String, :name_attribute => true +property :fragment, :kind_of => String, :name_property => true property :template, :kind_of => String, :required => true property :variables, :kind_of => Hash, :default => {}