kerberos: Remove unneeded krb5-clients package.

This commit is contained in:
Timo Makinen 2014-10-13 11:08:33 +03:00
parent 03b0358164
commit 766f7d06a5

View file

@ -45,7 +45,7 @@ class kerberos::client($enctypes=[]) {
}
"openbsd": {}
"debian","ubuntu": {
package { [ "krb5-clients", "krb5-user", ]:
package { "krb5-user":
ensure => installed,
before => File["krb5.conf"],
}