Move the backup of the pg instance on vittoria to a more hiera and facter based setup
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index 663a6b4..b11d634 100644 (file)
@@ -17,11 +17,6 @@ class postgres::backup_source {
   ssh::keygen {'postgres': }
 
 
-  if $::hostname in [vittoria] {
-    postgres::backup_cluster { $::hostname:
-      pg_version => '9.6',
-    }
-  }
   if $::hostname in [buxtehude] {
     postgres::backup_cluster { $::hostname:
       pg_version => '11',
@@ -63,7 +58,7 @@ class postgres::backup_source {
     }
   }
 
-  if $::hostname in [vittoria, godard, buxtehude, danzi, postgresql-manda-01] {
+  if $::hostname in [godard, buxtehude, danzi, postgresql-manda-01] {
     postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}":
     }
   }