Fixed some puppet-lint errors.
This commit is contained in:
parent
6f9851ee4b
commit
419021fb2e
3 changed files with 4 additions and 5 deletions
|
@ -12,8 +12,7 @@ class daap::server {
|
|||
service { "mt-daapd":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
require => [ Package["mt-daapd"],
|
||||
Service["avahi-daemon"], ],
|
||||
require => [ Package["mt-daapd"], Service["avahi-daemon"], ],
|
||||
}
|
||||
|
||||
file { "/etc/mt-daapd.conf":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue