diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-03-14 22:31:46 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-03-14 22:31:46 +0200 |
commit | 915ee28189a010705a607b96e4d1d51cccdd457a (patch) | |
tree | 6a7a20d88f4276888d2b56eb340e3353bfaacef7 /modules/mirrorbrain | |
parent | e1642242bbd7b805d5733408ec86e77c40ee06ed (diff) | |
download | puppet-915ee28189a010705a607b96e4d1d51cccdd457a.tar puppet-915ee28189a010705a607b96e4d1d51cccdd457a.tar.gz puppet-915ee28189a010705a607b96e4d1d51cccdd457a.tar.bz2 puppet-915ee28189a010705a607b96e4d1d51cccdd457a.tar.xz puppet-915ee28189a010705a607b96e4d1d51cccdd457a.zip |
mirrorbrain: fix pgsql pw
Diffstat (limited to 'modules/mirrorbrain')
-rw-r--r-- | modules/mirrorbrain/templates/mirrorbrain.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirrorbrain/templates/mirrorbrain.conf b/modules/mirrorbrain/templates/mirrorbrain.conf index 6dd3c0ac..9f7002d1 100644 --- a/modules/mirrorbrain/templates/mirrorbrain.conf +++ b/modules/mirrorbrain/templates/mirrorbrain.conf @@ -3,7 +3,7 @@ instances = main [main] dbuser = mirrorbrain -dbpass = <%= pgsql_password %> +dbpass = <%= mb_pgsql_pw %> dbdriver = postgresql dbhost = pgsql.<%= domain %> # optional: dbport = ... |