Fixed more depencies from mt-daapd. Seems it requires avahi-daemon to be running before startup.
This commit is contained in:
parent
3b14f784e0
commit
159dd74579
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ class daap::server {
|
||||||
service { "mt-daapd":
|
service { "mt-daapd":
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
require => Package["mt-daapd"],
|
require => [ Package["mt-daapd"],
|
||||||
|
Service["avahi-daemon"], ],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/mt-daapd.conf":
|
file { "/etc/mt-daapd.conf":
|
||||||
|
|
Loading…
Add table
Reference in a new issue