X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgres%2Fmanifests%2Fbackup_server.pp;fp=modules%2Fpostgres%2Fmanifests%2Fbackup_server.pp;h=84f4c0dd1910bd050692d80bc7587367a1f02546;hb=06d5a4b60525258ffd7f4ad8d350a0785a249bf5;hp=34a68b6c9468c58c3ca587de2e64ab333ac139d6;hpb=522c39359d52cb9803aef0f985d627811e56a1ca;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgres/manifests/backup_server.pp b/modules/postgres/manifests/backup_server.pp index 34a68b6c9..84f4c0dd1 100644 --- a/modules/postgres/manifests/backup_server.pp +++ b/modules/postgres/manifests/backup_server.pp @@ -103,6 +103,9 @@ class postgres::backup_server { # Let us connect to the clusters we want # # We export this, and the backup clients collect it + # + # this rule is only needed for clusters that we do not manage + # with postgres::cluster. Hopefully these will go away with time @@ferm::rule::simple { "pg-backup_server::${::fqdn}": tag => 'postgres::backup_server::to-client', description => 'Allow access access from backup host',