summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-13 01:06:29 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-13 01:06:29 +0200
commit7d22039c9f5421b8081c79ddb1d26da4f93f54a1 (patch)
tree796021c4c72a50e39eaf8f03eb1d295e9b0a40ac
parentChange mu4web to use new dns::record. (diff)
downloadprofiles-7d22039c9f5421b8081c79ddb1d26da4f93f54a1.tar.gz
profiles-7d22039c9f5421b8081c79ddb1d26da4f93f54a1.tar.xz
Add profile postpresql.
-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',
+ }
+}