X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Fpostgresql%2Fbase_pg_hba_rules.pp;h=07c4bb6989e42c18d8e455c5fa983dc331d5cb58;hb=3925777d9715d271c0643faef9f520e7816dba89;hp=13ab4fff5c782f1a6bf183a6bbf4861ab6c18c54;hpb=436cae5ebfd889b1bf625b757939a57842b564da;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/profile/manifests/postgresql/base_pg_hba_rules.pp b/modules/profile/manifests/postgresql/base_pg_hba_rules.pp index 13ab4ff..07c4bb6 100644 --- a/modules/profile/manifests/postgresql/base_pg_hba_rules.pp +++ b/modules/profile/manifests/postgresql/base_pg_hba_rules.pp @@ -43,8 +43,6 @@ define profile::postgresql::base_pg_hba_rules ( address => "::1/128", auth_method => 'md5', order => "00-03", - target => "$pg_path/pg_hba.conf", - postgresql_version => "10", } postgresql::server::pg_hba_rule { "$title - deny access to postgresql user": description => 'Deny remote access to postgres user',