]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/resources/database.rb
Update for Postgres 9.3 support
[chef.git] / cookbooks / postgresql / resources / database.rb
index 039c12467c7fb86635ddaf8a3475e5aa7309d01d..1a63f3ac889fa8a6a8e8fba5cfeb26e23998f554 100644 (file)
@@ -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