Changed avahi::daemon startup to use full path for OpenBSD.
This commit is contained in:
parent
b11c5b74d3
commit
63a082912e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class avahi::daemon {
|
||||||
enable => true,
|
enable => true,
|
||||||
status => "avahi-daemon -c",
|
status => "avahi-daemon -c",
|
||||||
start => $operatingsystem ? {
|
start => $operatingsystem ? {
|
||||||
openbsd => "avahi-daemon -D",
|
openbsd => "/usr/local/sbin/avahi-daemon -D",
|
||||||
default => undef,
|
default => undef,
|
||||||
},
|
},
|
||||||
require => Package["avahi"],
|
require => Package["avahi"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue