diff --git a/doc/file.README.html b/doc/file.README.html index 7a4dbc8..ba76ee5 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -89,7 +89,7 @@
manage service status
allow single entries in pg_hba via define
+allow single line entries in pg_hba via define
manage service status
allow single entries in pg_hba via define
+allow single line entries in pg_hba via define
postgresql_cd::server::pghba::pg_hba_rule { ‘local access for role postgres’:
-psql_auth_type => 'local',
-psql_auth_database => 'all',
-psql_auth_user => 'postgres',
-psql_auth_method => 'trust',
-psql_auth_order => '001',
-psql_auth_option => '',
+ pl_auth_type => 'local',
+pl_auth_database => 'all',
+pl_auth_user => 'postgres',
+pl_auth_method => 'trust',
+pl_auth_order => '001',
+pl_auth_option => '',
@@ -187,21 +187,21 @@ class postgresql_cd::server::pghba::pg_hba (
# manage default rules => should go into external config set
# postgresql_cd::server::pghba::pg_hba_rule { 'local access for role postgres':
-# psql_auth_type => 'local',
-# psql_auth_database => 'all',
-# psql_auth_user => $ql_user_name,
-# psql_auth_method => 'trust',
-# psql_auth_order => '001',
-# psql_auth_option => $ql_auth_option,
+# pl_auth_type => 'local',
+# pl_auth_database => 'all',
+# pl_auth_user => $ql_user_name,
+# pl_auth_method => 'trust',
+# pl_auth_order => '001',
+# pl_auth_option => $ql_auth_option,
# }
# postgresql_cd::server::pghba::pg_hba_rule { 'local access for all roles':
-# psql_auth_type => 'local',
-# psql_auth_database => 'all',
-# psql_auth_user => 'all',
-# psql_auth_method => 'trust',
-# psql_auth_order => '002',
-# psql_auth_option => $pl_auth_option,
+# pl_auth_type => 'local',
+# pl_auth_database => 'all',
+# pl_auth_user => 'all',
+# pl_auth_method => 'trust',
+# pl_auth_order => '002',
+# pl_auth_option => $pl_auth_option,
# }
}
}