Fixed typo from package name.
This commit is contained in:
parent
f58c76a636
commit
9b2f38b6cf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class kerberos::client {
|
||||||
|
|
||||||
case $operatingsystem {
|
case $operatingsystem {
|
||||||
centos,fedora: {
|
centos,fedora: {
|
||||||
package { ["krb5-workstation", "pam-krb5"]:
|
package { ["krb5-workstation", "pam_krb5"]:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue