3
0

add file control for pg_hba

This commit is contained in:
Arne Teuke
2025-04-19 00:04:06 +02:00
parent 99fbe0536b
commit d7ab366615

View File

@@ -19,6 +19,7 @@ class postgresql_cd::main::files (
seltype => postgresql_db_t,
seluser => unconfined_u,
content => template('postgresql_cd/pg_hba.conf.erb'),
notify => Service[$pl_service],
}
}
}