diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-15 22:37:32 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-16 01:34:39 +0200 |
commit | 1c90c6913652e0ec7489ed22941e4e6a31d55912 (patch) | |
tree | 00c268872a57752b344abf66ef13c1f59d1b7080 /modules/role/manifests/cryptoportfolio | |
parent | cc54396280acf37ee5bd5b2ddf75c6cc97ed1c05 (diff) | |
download | Puppet-1c90c6913652e0ec7489ed22941e4e6a31d55912.tar.gz Puppet-1c90c6913652e0ec7489ed22941e4e6a31d55912.tar.zst Puppet-1c90c6913652e0ec7489ed22941e4e6a31d55912.zip |
Add pgbouncer for backup
Diffstat (limited to 'modules/role/manifests/cryptoportfolio')
-rw-r--r-- | modules/role/manifests/cryptoportfolio/postgresql.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/role/manifests/cryptoportfolio/postgresql.pp b/modules/role/manifests/cryptoportfolio/postgresql.pp index d951874..776b30f 100644 --- a/modules/role/manifests/cryptoportfolio/postgresql.pp +++ b/modules/role/manifests/cryptoportfolio/postgresql.pp | |||
@@ -178,8 +178,8 @@ class role::cryptoportfolio::postgresql inherits role::cryptoportfolio { | |||
178 | } -> | 178 | } -> |
179 | file { "/etc/pam_ldap.d/postgresql.conf": | 179 | file { "/etc/pam_ldap.d/postgresql.conf": |
180 | ensure => "present", | 180 | ensure => "present", |
181 | mode => "0644", | 181 | mode => "0600", |
182 | owner => "root", | 182 | owner => $::profile::postgresql::pg_user, |
183 | group => "root", | 183 | group => "root", |
184 | content => template("role/cryptoportfolio/pam_ldap_postgresql.conf.erb"), | 184 | content => template("role/cryptoportfolio/pam_ldap_postgresql.conf.erb"), |
185 | } -> | 185 | } -> |