X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/15c3f17f2267a6fbf9c720ce9a9fc0c743a47505..9624adf7d7b57952b4bba023188bde37c0c4730a:/cookbooks/postgresql/resources/execute.rb diff --git a/cookbooks/postgresql/resources/execute.rb b/cookbooks/postgresql/resources/execute.rb index 463a80edb..7a0f5b7b9 100644 --- a/cookbooks/postgresql/resources/execute.rb +++ b/cookbooks/postgresql/resources/execute.rb @@ -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"