X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgres%2Fmanifests%2Fcluster%2Fhba_entry.pp;h=6a7f7dc4bc735a8421c16c5e49384b71ef3527da;hb=11c5ee4c16d5782ce590995baabe054b969ce5a8;hp=8294ffa16a8565f8849631b628a118886671f3f5;hpb=cc5319b112f24a9c0a87d514e38fefe9a093ec75;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgres/manifests/cluster/hba_entry.pp b/modules/postgres/manifests/cluster/hba_entry.pp index 8294ffa16..6a7f7dc4b 100644 --- a/modules/postgres/manifests/cluster/hba_entry.pp +++ b/modules/postgres/manifests/cluster/hba_entry.pp @@ -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