X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace:/cookbooks/postgresql/resources/database.rb diff --git a/cookbooks/postgresql/resources/database.rb b/cookbooks/postgresql/resources/database.rb index 039c12467..1a63f3ac8 100644 --- a/cookbooks/postgresql/resources/database.rb +++ b/cookbooks/postgresql/resources/database.rb @@ -23,6 +23,8 @@ attribute :database, :kind_of => String, :name_attribute => true attribute :cluster, :kind_of => String, :required => true attribute :owner, :kind_of => String, :required => true attribute :encoding, :kind_of => String, :default => "UTF8" +attribute :collation, :kind_of => String, :default => "en_GB.UTF8" +attribute :ctype, :kind_of => String, :default => "en_GB.UTF8" def initialize(*args) super