4 class roles::bacula::director(
6 include bacula::director
8 $pg_server = lookup('bacula::director::db_address')
9 $pg_port = lookup('bacula::director::db_port')
11 @@postgres::cluster::hba_entry { 'bacula-dir':
12 tag => "postgres::cluster::${pg_port}::hba::${pg_server}",
15 user => ['bacula', "bacula-${::hostname}-reader", 'nagios'],
16 address => $base::public_addresses,