Added avahi daemon support for OpenBSD.

This commit is contained in:
Timo Mkinen 2010-01-07 09:30:20 +02:00
parent 6dc5c22199
commit 5cb6ed6ce6

View file

@ -11,6 +11,10 @@ class avahi::daemon {
ensure => running,
enable => true,
status => "avahi-daemon -c",
start => $operatingsystem ? {
openbsd => "avahi-daemon -D",
default => undef,
},
require => Package["avahi"],
}