Removed kludge for OpenBSD samba install.

This commit is contained in:
Timo Mkinen 2012-03-22 14:04:44 +02:00
parent 9ab2bf1bfd
commit 9c58553bf5

View file

@ -3,10 +3,6 @@
class samba::server {
package { "samba":
name => $operatingsystem ? {
"openbsd" => "samba-3.5.4p3",
default => "samba",
},
ensure => installed,
}