Move the backup of the pg instance on buxtehude to a more hiera and facter based...
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index b11d634..97fccce 100644 (file)
@@ -17,17 +17,6 @@ class postgres::backup_source {
   ssh::keygen {'postgres': }
 
 
-  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',
@@ -58,7 +47,7 @@ class postgres::backup_source {
     }
   }
 
-  if $::hostname in [godard, buxtehude, danzi, postgresql-manda-01] {
+  if $::hostname in [godard, danzi, postgresql-manda-01] {
     postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}":
     }
   }