]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/resources/site.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / apache / resources / site.rb
index 5b52304251b8dfae2609155b340c1b6b85b6f70b..f1016927cdd0f09d37a2726c9a8ba2374daad975 100644 (file)
@@ -19,7 +19,7 @@
 
 default_action [:create, :enable]
 
-property :site, :kind_of => String, :name_attribute => true
+property :site, :kind_of => String, :name_property => true
 property :directory, :kind_of => String
 property :cookbook, :kind_of => String
 property :template, :kind_of => String, :required => true