Use postgres::backup_source for danzi's main pg cluster
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index 0c9407b..06d2dd3 100644 (file)
@@ -37,6 +37,10 @@ class postgres::backup_source {
                }
        }
        if $::hostname in [danzi] {
+               postgres::backup_cluster { $::hostname:
+                       pg_version => '9.6',
+                       pg_port => 5433,
+               }
                postgres::backup_cluster { "${::hostname}-debconf":
                        pg_version => '9.6',
                        pg_port => 5434,