diff options
Diffstat (limited to 'modules/profile/manifests/postgresql')
-rw-r--r-- | modules/profile/manifests/postgresql/base_pg_hba_rules.pp | 2 |
1 files changed, 0 insertions, 2 deletions
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 ( | |||
43 | address => "::1/128", | 43 | address => "::1/128", |
44 | auth_method => 'md5', | 44 | auth_method => 'md5', |
45 | order => "00-03", | 45 | order => "00-03", |
46 | target => "$pg_path/pg_hba.conf", | ||
47 | postgresql_version => "10", | ||
48 | } | 46 | } |
49 | postgresql::server::pg_hba_rule { "$title - deny access to postgresql user": | 47 | postgresql::server::pg_hba_rule { "$title - deny access to postgresql user": |
50 | description => 'Deny remote access to postgres user', | 48 | description => 'Deny remote access to postgres user', |