diff options
-rw-r--r-- | modules/role/manifests/cryptoportfolio/postgresql.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/role/manifests/cryptoportfolio/postgresql.pp b/modules/role/manifests/cryptoportfolio/postgresql.pp index 38661a8..5db5e25 100644 --- a/modules/role/manifests/cryptoportfolio/postgresql.pp +++ b/modules/role/manifests/cryptoportfolio/postgresql.pp | |||
@@ -30,6 +30,10 @@ class role::cryptoportfolio::postgresql inherits role::cryptoportfolio { | |||
30 | require => [Letsencrypt::Certonly[$web_host], File["/var/lib/postgres/data/certs"]] | 30 | require => [Letsencrypt::Certonly[$web_host], File["/var/lib/postgres/data/certs"]] |
31 | } | 31 | } |
32 | 32 | ||
33 | postgresql_replication_slot { $pg_user_replication: | ||
34 | ensure => present | ||
35 | } | ||
36 | |||
33 | postgresql::server::config_entry { "wal_level": | 37 | postgresql::server::config_entry { "wal_level": |
34 | value => "logical", | 38 | value => "logical", |
35 | } | 39 | } |