Move the backup of the pg instance on danzi to a more hiera and facter based setup
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index 4941bfb..3b1e058 100644 (file)
@@ -17,53 +17,7 @@ class postgres::backup_source {
   ssh::keygen {'postgres': }
 
 
-  if $::hostname in [melartin, vittoria] {
-    postgres::backup_cluster { $::hostname:
-      pg_version => '9.6',
-    }
-  }
-  if $::hostname in [buxtehude] {
-    postgres::backup_cluster { $::hostname:
-      pg_version => '11',
-      pg_port    => 5433,
-    }
-    postgres::backup_cluster { "${::hostname}-debbugs":
-      pg_version => '11',
-      pg_port    => 5441,
-      pg_cluster => 'debbugs',
-    }
-  }
-  if $::hostname in [danzi] {
-    postgres::backup_cluster { $::hostname:
-      pg_version => '9.6',
-      pg_port    => 5433,
-    }
-    postgres::backup_cluster { "${::hostname}-tracker":
-      pg_version => '9.6',
-      pg_port    => 5432,
-      pg_cluster => 'tracker',
-    }
-    postgres::backup_cluster { "${::hostname}-debconf":
-      pg_version => '9.6',
-      pg_port    => 5434,
-      pg_cluster => 'debconf',
-    }
-    postgres::backup_cluster { "${::hostname}-wannabuild":
-      pg_version => '9.6',
-      pg_port    => 5436,
-      pg_cluster => 'wannabuild',
-    }
-  }
-
-  if $::hostname in [postgresql-manda-01] {
-    postgres::backup_cluster { "${::hostname}-bacula":
-      pg_version => '11',
-      pg_port    => 5432,
-      pg_cluster => 'bacula',
-    }
-  }
-
-  if $::hostname in [melartin, vittoria, godard, buxtehude, danzi, postgresql-manda-01] {
+  if $::hostname in [godard] {
     postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}":
     }
   }