Fixed setting of custom group to keytab file.

This commit is contained in:
Timo Mkinen 2009-09-10 23:58:04 +03:00
parent c99142e389
commit 314a5944b2

View file

@ -69,6 +69,9 @@ define kerberos::keytab($principals = [], $ensure = present, $owner = "root", $g
default: { $real_group = "root" } default: { $real_group = "root" }
} }
} }
default: {
$real_group = $group
}
} }
file { "${name}": file { "${name}":