X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..9624adf7d7b57952b4bba023188bde37c0c4730a:/cookbooks/apache/resources/conf.rb?ds=sidebyside diff --git a/cookbooks/apache/resources/conf.rb b/cookbooks/apache/resources/conf.rb index 0ac19b0c7..5bedbab44 100644 --- a/cookbooks/apache/resources/conf.rb +++ b/cookbooks/apache/resources/conf.rb @@ -19,7 +19,7 @@ default_action [:create, :enable] -property :conf, :kind_of => String, :name_attribute => true +property :conf, :kind_of => String, :name_property => true property :cookbook, :kind_of => String property :template, :kind_of => String, :required => true property :variables, :kind_of => Hash, :default => {}