Fixed mt-daapd config file depencies.

This commit is contained in:
Timo Mkinen 2010-10-06 18:12:20 +03:00
parent 972746ef64
commit 5e86daf03f

View file

@ -16,12 +16,13 @@ class daap::server {
}
file { "/etc/mt-daapd.conf":
ensure => present,
source => "puppet:///files/daap/mt-daapd.conf",
mode => 0640,
owner => root,
group => mt-daapd,
notify => Service["mt-daapd"],
ensure => present,
source => "puppet:///files/daap/mt-daapd.conf",
mode => 0640,
owner => root,
group => mt-daapd,
require => Package["mt-daapd"],
notify => Service["mt-daapd"],
}
}