3
0
Arne Teuke
2025-10-30 14:30:26 +01:00
parent d51fafc680
commit ca80d70857
4 changed files with 14 additions and 13 deletions

View File

@@ -17,9 +17,9 @@ define postgresql_cd::server::roles::role_df (
String $pl_role_status = 'CREATE ROLE',
) {
$pl_manage_roles = $postgresql_cd::params::pl_manage_roles
$pl_manage_content = $postgresql_cd::params::pl_manage_content
if $pl_manage_roles == true {
if $pl_manage_content == true {
# create the role
exec { "role_${name}":