Changed avahi::daemon startup to use full path for OpenBSD.

This commit is contained in:
Timo Mkinen 2010-01-09 12:40:58 +02:00
parent b11c5b74d3
commit 63a082912e

View file

@ -22,7 +22,7 @@ class avahi::daemon {
enable => true,
status => "avahi-daemon -c",
start => $operatingsystem ? {
openbsd => "avahi-daemon -D",
openbsd => "/usr/local/sbin/avahi-daemon -D",
default => undef,
},
require => Package["avahi"],