diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-06 19:20:52 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-06 19:23:37 +0100 |
commit | 8093d467c2f81afe4d321d0547e2cfc2c4067f57 (patch) | |
tree | 343c82e494537d0d3c5e76205bb24a0251292f66 /modules/role/manifests | |
parent | 367c391a61091817cf34475f91a23ca286eec334 (diff) | |
download | Puppet-8093d467c2f81afe4d321d0547e2cfc2c4067f57.tar.gz Puppet-8093d467c2f81afe4d321d0547e2cfc2c4067f57.tar.zst Puppet-8093d467c2f81afe4d321d0547e2cfc2c4067f57.zip |
Fix ssmtp for mail cofniguration
Diffstat (limited to 'modules/role/manifests')
-rw-r--r-- | modules/role/manifests/caldance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index edf5790..b397d02 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp | |||
@@ -142,7 +142,7 @@ class role::caldance ( | |||
142 | 142 | ||
143 | profile::postgresql::master { "postgresql master for caldance": | 143 | profile::postgresql::master { "postgresql master for caldance": |
144 | letsencrypt_host => $web_host, | 144 | letsencrypt_host => $web_host, |
145 | backup_hosts => ["backup-1"], | 145 | backup_hosts => [], |
146 | } | 146 | } |
147 | 147 | ||
148 | postgresql::server::db { $pg_db: | 148 | postgresql::server::db { $pg_db: |