X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b77c85e90532aae16cf8d608f6df582b99131e15..741593ee2bf203c9261f604d094e3d8e621698a8:/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"