Use unique names for pg_hba.conf entries
[mirror/dsa-puppet.git] / modules / roles / manifests / postgresql / ftp_master_dak_replica / db_guest_access / bm.pp
index b3092a3..3ae4fcb 100644 (file)
@@ -12,7 +12,7 @@ class roles::postgresql::ftp_master_dak_replica::db_guest_access::bm (
   Enum['local', 'host', 'hostssl'] $connection_type = 'hostssl',
   Optional[Variant[Stdlib::IP::Address, Array[Stdlib::IP::Address]]] $address = $base::public_addresses,
 ) {
-  @@postgres::cluster::hba_entry { "dak-projectb-guest-${::fqdn}":
+  @@postgres::cluster::hba_entry { "dak-projectb-guest-bm-${::fqdn}":
     tag             => "postgres::cluster::${db_port}::hba::${db_address}",
     pg_port         => $db_port,
     database        => $database,