Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / roles / manifests / debsources.pp
index 60cb490..a1bad3b 100644 (file)
@@ -22,7 +22,7 @@ class roles::debsources (
     key    => true,
   }
 
-  @@postgres::cluster::hba_entry { 'debsources':
+  @@postgres::cluster::hba_entry { "debsources-${::fqdn}":
     tag      => "postgres::cluster::${db_port}::hba::${db_address}",
     pg_port  => $db_port,
     database => 'debsources',
@@ -30,7 +30,7 @@ class roles::debsources (
     address  => $base::public_addresses,
   }
 
-  @@postgres::cluster::hba_entry { 'debsources-guest':
+  @@postgres::cluster::hba_entry { "debsources-guest-${::fqdn}":
     tag      => "postgres::cluster::${db_port}::hba::${db_address}",
     pg_port  => $db_port,
     database => 'debsources',