]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/resources/site.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / wordpress / resources / site.rb
index 72af236b6baa2bb96c7e3abf79628bdafe2769c4..1f4e67cc01b51360450a63ef4e3d25446088059a 100644 (file)
@@ -20,7 +20,7 @@ require "securerandom"
 
 default_action :create
 
-property :site, :kind_of => String, :name_attribute => true
+property :site, :kind_of => String, :name_property => true
 property :aliases, :kind_of => [String, Array]
 property :directory, :kind_of => String
 property :version, :kind_of => String