diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-26 01:04:09 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-27 09:07:50 +0200 |
commit | 5feedbb4f3e35cfb63201a360a685127b2608345 (patch) | |
tree | f268f78f54cc8039c962ca1c926971f6242d2319 /modules/role/templates | |
parent | bcc5318b2e938234fcc93f70d6af21367290c1ce (diff) | |
download | Puppet-5feedbb4f3e35cfb63201a360a685127b2608345.tar.gz Puppet-5feedbb4f3e35cfb63201a360a685127b2608345.tar.zst Puppet-5feedbb4f3e35cfb63201a360a685127b2608345.zip |
Allow host to replicate the cluster from backup
Diffstat (limited to 'modules/role/templates')
-rw-r--r-- | modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb b/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb index 12fa9bb..384a418 100644 --- a/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb +++ b/modules/role/templates/backup/pam_ldap_pgbouncer.conf.erb | |||
@@ -3,5 +3,5 @@ host <%= @ldap_server %> | |||
3 | base <%= @ldap_base %> | 3 | base <%= @ldap_base %> |
4 | binddn <%= @ldap_dn %> | 4 | binddn <%= @ldap_dn %> |
5 | bindpw <%= @ldap_password %> | 5 | bindpw <%= @ldap_password %> |
6 | pam_login_attribute <%= @ldap_attribute %> | 6 | pam_login_attribute <%= @pgbouncer_ldap_attribute %> |
7 | pam_filter <%= @ldap_filter %> | 7 | pam_filter <%= @ldap_filter %> |