kerberos: Added kstart class.

This commit is contained in:
Timo Makinen 2014-01-21 17:33:31 +02:00
parent da84d4e24d
commit 3760f961f5

View file

@ -55,6 +55,21 @@ class kerberos::client {
} }
# Install daemon version of kinit
#
class kerberos::kstart {
package { "kstart":
ensure => installed,
name => $::operatingsystem ? {
"ubuntu" => "k5start",
default => "kstart",
},
}
}
# Configure kerberos authentication # Configure kerberos authentication
# #
# === Global variables # === Global variables