Fixed typo from package name.

This commit is contained in:
Timo Mkinen 2009-08-21 00:51:30 +03:00
parent f58c76a636
commit 9b2f38b6cf

View file

@ -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,
} }
} }