buildd/udd: do guest access earlier
[mirror/dsa-puppet.git] / modules / postgres / manifests / cluster / hba_entry.pp
index 8294ffa..6a7f7dc 100644 (file)
@@ -6,6 +6,9 @@
 # See the upstream documentation at https://www.postgresql.org/docs/11/auth-pg-hba-conf.html
 # for details.
 #
+# Default order is 50, postgres::cluster puts the md5 localhost rules at 30,
+# so guest/trust access should probably go at 25.
+#
 # @param pg_port          port of the postgres cluster
 # @param pg_cluster       cluster name
 # @param pg_version       pg version of the cluster