X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b77c85e90532aae16cf8d608f6df582b99131e15..741593ee2bf203c9261f604d094e3d8e621698a8:/cookbooks/squid/resources/fragment.rb diff --git a/cookbooks/squid/resources/fragment.rb b/cookbooks/squid/resources/fragment.rb index d3778c4ac..152a6d971 100644 --- a/cookbooks/squid/resources/fragment.rb +++ b/cookbooks/squid/resources/fragment.rb @@ -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 => {}