]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/resources/plugin.rb
Add test for tile cookbook
[chef.git] / cookbooks / wordpress / resources / plugin.rb
index 778ff6583d98bd5f261dec480a42c29c6e60a471..468440ecaf735a03008f165957d5a39b75463ed8 100644 (file)
@@ -19,7 +19,7 @@
 
 default_action :create
 
-property :plugin, :kind_of => String, :name_attribute => true
+property :plugin, :kind_of => String, :name_property => true
 property :site, :kind_of => String, :required => true
 property :source, :kind_of => String
 property :version, :kind_of => String