akumria / puppet-postgresql

Manage and install Postgresql databases and users
37 stars 20 forks source link

Added ability to change system-wide locale. #4

Closed jtopjian closed 12 years ago

jtopjian commented 12 years ago

PostgreSQL will not start unless it is either configured with an installed locale or en_GB.UTF-8 is installed specifically.

I also edited postgresql.conf as an unrelated <% was interfering.

akumria commented 12 years ago

Hmm.

That's odd; on my Ubuntu machine when I do:

$ locale -a

I find all the English locales (en_GB.UTF-8, en_US.UTF-8, etc.) are installed.

What is the output of this command for you?

jtopjian commented 12 years ago

Hi there,

On the official Ubuntu 12.04 cloudimg, I get the following list from locale -a:

C C.UTF-8 en_US.utf8 POSIX

Thanks, Joe