]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/resources/execute.rb
Limit required attributes to the actions that need them
[chef.git] / cookbooks / postgresql / resources / execute.rb
index 463a80edbb71e275fbff22d9e8f445a2facc771a..7a0f5b7b9e855eaa5456bb1fe974dacff838a53c 100644 (file)
@@ -19,7 +19,7 @@
 
 default_action :run
 
-property :command, :kind_of => String, :name_attribute => true
+property :command, :kind_of => String, :name_property => true
 property :cluster, :kind_of => String, :required => true
 property :database, :kind_of => String, :required => true
 property :user, :default => "postgres"