switched parameter - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/279
This commit is contained in:
@@ -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}":
|
||||
|
||||
Reference in New Issue
Block a user