kerberos: Fixed kstart package name for Ubuntu.

This commit is contained in:
Timo Makinen 2014-01-22 01:41:54 +02:00
parent 6d6e165dad
commit d783c7e09e

View file

@ -61,10 +61,6 @@ class kerberos::kstart {
package { "kstart":
ensure => installed,
name => $::operatingsystem ? {
"ubuntu" => "k5start",
default => "kstart",
},
}
}