roles::postgresql::server now sets up postgres::cluster for all clusters
[mirror/dsa-puppet.git] / modules / salsa / manifests / database.pp
index 6a7d8c7..24647a3 100644 (file)
@@ -46,6 +46,5 @@ class salsa::database inherits salsa {
                do_hba => true,
        }
 
-       postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}":
-       }
+       include postgres::backup_server::register_backup_clienthost
 }