Added config file deployment to daap::server.
This commit is contained in:
parent
ff400fbbfb
commit
dda8f7606c
1 changed files with 9 additions and 0 deletions
|
@ -15,4 +15,13 @@ class daap::server {
|
|||
require => Package["mt-daapd"],
|
||||
}
|
||||
|
||||
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"],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue