aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/postgresql.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 14:31:07 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 22:52:09 +0100
commita045b9dc12f71c286d4afcb196705f430b6731f5 (patch)
treec08e0c93e627d125cf678ba69e656b21abcc14e5 /modules/profile/manifests/postgresql.pp
parent0a21fb6c2c52ca5cc2dfdfc41ca0a51c0d81296c (diff)
downloadPuppet-a045b9dc12f71c286d4afcb196705f430b6731f5.tar.gz
Puppet-a045b9dc12f71c286d4afcb196705f430b6731f5.tar.zst
Puppet-a045b9dc12f71c286d4afcb196705f430b6731f5.zip
Cleanup xmr_stak profile
Diffstat (limited to 'modules/profile/manifests/postgresql.pp')
-rw-r--r--modules/profile/manifests/postgresql.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/manifests/postgresql.pp b/modules/profile/manifests/postgresql.pp
index 1024c66..9d875c9 100644
--- a/modules/profile/manifests/postgresql.pp
+++ b/modules/profile/manifests/postgresql.pp
@@ -1,5 +1,5 @@
1class profile::postgresql { 1class profile::postgresql {
2 $password_seed = lookup("base_installation::puppet_pass_seed") |$key| { {} } 2 $password_seed = lookup("base_installation::puppet_pass_seed")
3 3
4 class { '::postgresql::globals': 4 class { '::postgresql::globals':
5 encoding => 'UTF-8', 5 encoding => 'UTF-8',