Added avahi daemon support for OpenBSD.
This commit is contained in:
parent
6dc5c22199
commit
5cb6ed6ce6
1 changed files with 4 additions and 0 deletions
|
@ -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"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue