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',
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',