Fixed setting of custom group to keytab file.
This commit is contained in:
parent
c99142e389
commit
314a5944b2
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ define kerberos::keytab($principals = [], $ensure = present, $owner = "root", $g
|
|||
default: { $real_group = "root" }
|
||||
}
|
||||
}
|
||||
default: {
|
||||
$real_group = $group
|
||||
}
|
||||
}
|
||||
|
||||
file { "${name}":
|
||||
|
|
Loading…
Add table
Reference in a new issue