summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/postgresql.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/postgresql.pp b/manifests/postgresql.pp
new file mode 100644
index 0000000..f79c7fa
--- /dev/null
+++ b/manifests/postgresql.pp
@@ -0,0 +1,7 @@
+class profiles::postgresql (
+) {
+ class { 'postgresql::server':
+ encoding => 'UTF-8',
+ locale => 'en_US.UTF-8',
+ }
+}