kerberos: Added Debian support to kerberos::client
This commit is contained in:
parent
1bced66e1a
commit
835ac7433b
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ class kerberos::client {
|
|||
}
|
||||
}
|
||||
"openbsd": {}
|
||||
"ubuntu": {
|
||||
"debian","ubuntu": {
|
||||
package { [ "krb5-clients", "krb5-user", ]:
|
||||
ensure => installed,
|
||||
before => File["krb5.conf"],
|
||||
|
@ -91,7 +91,7 @@ class kerberos::auth {
|
|||
require => Package["authconfig", "pam_krb5"],
|
||||
}
|
||||
}
|
||||
"ubuntu": {
|
||||
"debian","ubuntu": {
|
||||
package { "libpam-krb5":
|
||||
ensure => installed,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue