Move backup replication hba_entry to backup_cluster
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server.pp
index 34a68b6..84f4c0d 100644 (file)
@@ -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',