X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..51d2d8bd33c63ea03f65089efc2c189e04b74970:/cookbooks/postgresql/resources/user.rb?ds=sidebyside diff --git a/cookbooks/postgresql/resources/user.rb b/cookbooks/postgresql/resources/user.rb index 072b18424..2fac86731 100644 --- a/cookbooks/postgresql/resources/user.rb +++ b/cookbooks/postgresql/resources/user.rb @@ -21,7 +21,7 @@ require "shellwords" default_action :create -property :user, :kind_of => String, :name_attribute => true +property :user, :kind_of => String, :name_property => true property :cluster, :kind_of => String, :required => true property :password, :kind_of => String property :superuser, :default => false