kerberos: Remove unneeded krb5-clients package.
This commit is contained in:
parent
03b0358164
commit
766f7d06a5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class kerberos::client($enctypes=[]) {
|
||||||
}
|
}
|
||||||
"openbsd": {}
|
"openbsd": {}
|
||||||
"debian","ubuntu": {
|
"debian","ubuntu": {
|
||||||
package { [ "krb5-clients", "krb5-user", ]:
|
package { "krb5-user":
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
before => File["krb5.conf"],
|
before => File["krb5.conf"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue