Make the bacula storage node request DB access from its role
[mirror/dsa-puppet.git] / modules / roles / manifests / postgresql / cluster_bacula.pp
index 1a85355..eeebd83 100644 (file)
@@ -20,12 +20,4 @@ class roles::postgresql::cluster_bacula {
     user       => ['bacula', 'bacula-dinis-reader', 'nagios'],
     address    => ['82.195.75.77', '2001:41b8:202:deb::311:77'],
   }
-  postgres::cluster::hba_entry { 'bacula-sd':
-    pg_version => $pg_version,
-    pg_cluster => $pg_cluster,
-    pg_port    => $pg_port,
-    database   => 'bacula',
-    user       => 'bacula-storace-reader',
-    address    => ['93.94.130.161', '2a02:158:380:280::161'],
-  }
 }