Move the backup of the pg instance on postgresql-manda-01 to a more hiera and facter...
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_source.pp
index 97fccce..c46d3b2 100644 (file)
@@ -39,15 +39,7 @@ class postgres::backup_source {
     }
   }
 
-  if $::hostname in [postgresql-manda-01] {
-    postgres::backup_cluster { "${::hostname}-bacula":
-      pg_version => '11',
-      pg_port    => 5432,
-      pg_cluster => 'bacula',
-    }
-  }
-
-  if $::hostname in [godard, danzi, postgresql-manda-01] {
+  if $::hostname in [godard, danzi] {
     postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}":
     }
   }