Fixed host principal example from keytab definition.
This commit is contained in:
parent
d5a361c764
commit
907305bdf5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class kerberos::server inherits kerberos::client {
|
|||
#
|
||||
# kerberos::keytab { "/etc/krb5.keytab":
|
||||
# ensure => present,
|
||||
# principals => [ "testhost.foo.sh@FOO.SH" ],
|
||||
# principals => [ "host/testhost.foo.sh@FOO.SH" ],
|
||||
# }
|
||||
#
|
||||
define kerberos::keytab($principals = [], $ensure = present, $owner = "root", $group = "", $mode = "0600") {
|
||||
|
|
Loading…
Add table
Reference in a new issue