Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 99d69b2

Browse files
committed
Merge remote-tracking branch 'puppetlabs/3.3.x'
2 parents d96b77e + ad6e715 commit 99d69b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ This will set the default encoding encoding for all databases created with this
345345
####`locale`
346346
This will set the default database locale for all databases created with this module. On certain operating systems this will be used during the `template1` initialization as well so it becomes a default outside of the module as well. Defaults to `undef` which is effectively `C`.
347347

348+
#####Debian
349+
350+
On Debian you'll need to ensure that the 'locales-all' package is installed for full functionality of Postgres.
351+
348352
####`firewall_supported`
349353
This allows you to override the automated detection to see if your OS supports the `firewall` module.
350354

@@ -435,6 +439,10 @@ This will set the default encoding encoding for all databases created with this
435439
####`locale`
436440
This will set the default database locale for all databases created with this module. On certain operating systems this will be used during the `template1` initialization as well so it becomes a default outside of the module as well. Defaults to `undef` which is effectively `C`.
437441

442+
#####Debian
443+
444+
On Debian you'll need to ensure that the 'locales-all' package is installed for full functionality of Postgres.
445+
438446
####`manage_firewall`
439447
This value defaults to `false`. Many distros ship with a fairly restrictive firewall configuration which will block the port that postgres tries to listen on. If you'd like for the puppet module to open this port for you (using the [puppetlabs-firewall](http://forge.puppetlabs.com/puppetlabs/firewall) module), change this value to true. Check the documentation for `puppetlabs/firewall` to ensure the rest of the global setup is applied, to ensure things like persistence and global rules are set correctly.
440448

0 commit comments

Comments
 (0)