Fixed mt-daapd config file depencies.
This commit is contained in:
parent
972746ef64
commit
5e86daf03f
1 changed files with 7 additions and 6 deletions
|
@ -16,12 +16,13 @@ class daap::server {
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/mt-daapd.conf":
|
file { "/etc/mt-daapd.conf":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => "puppet:///files/daap/mt-daapd.conf",
|
source => "puppet:///files/daap/mt-daapd.conf",
|
||||||
mode => 0640,
|
mode => 0640,
|
||||||
owner => root,
|
owner => root,
|
||||||
group => mt-daapd,
|
group => mt-daapd,
|
||||||
notify => Service["mt-daapd"],
|
require => Package["mt-daapd"],
|
||||||
|
notify => Service["mt-daapd"],
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue