Move backup replication hba_entry to backup_cluster
[mirror/dsa-puppet.git] / modules / roles / manifests / postgresql / cluster_bacula.pp
index af277cc..1a85355 100644 (file)
@@ -28,13 +28,4 @@ class roles::postgresql::cluster_bacula {
     user       => 'bacula-storace-reader',
     address    => ['93.94.130.161', '2a02:158:380:280::161'],
   }
-
-  postgres::cluster::hba_entry { 'replication':
-    pg_version => $pg_version,
-    pg_cluster => $pg_cluster,
-    pg_port    => $pg_port,
-    database   => 'replication',
-    user       => 'debian-backup',
-    address    => ['5.153.231.12', '2001:41c8:1000:21::21:12', '93.94.130.161', '2a02:158:380:280::161'],
-  }
 }