Move backup replication hba_entry to backup_cluster
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server / register_backup_clienthost.pp
index 8c288dd..ff0f8f1 100644 (file)
@@ -24,5 +24,7 @@ define postgres::backup_server::register_backup_clienthost (
     collect_tag => $postgres::backup_server::globals::tag_source_sshkey,
   }
 
+  # 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 <<| tag == 'postgres::backup_server::to-client' |>>
 }