X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..0ae0d9bca75517f51f9877396138b9aa98d9bc71:/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 => {}