Add a second easydns ipv4 address
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index 0c9407b..912571b 100644 (file)
@@ -1,4 +1,6 @@
 #
+# See dsa-wiki input/howto/postgres-backup.creole for some documentation
+#
 class postgres::backup_source {
        file { "/usr/local/bin/pg-backup-file":
                mode    => '0555',
@@ -37,6 +39,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,