Added dbus-daemon to avahi::daemon when running on openbsd.
This commit is contained in:
parent
079b9c6210
commit
4f57e00576
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,15 @@ class avahi::daemon {
|
|||
ensure => installed,
|
||||
}
|
||||
|
||||
if $operatingsystem == "OpenBSD" {
|
||||
service { "dbus-daemon":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
start => "/usr/local/bin/dbus-daemon --system",
|
||||
before => Service["avahi-daemon"],
|
||||
}
|
||||
}
|
||||
|
||||
service { "avahi-daemon":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue