diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-04 19:24:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-04 19:24:17 -0300 |
commit | 9e638a4477944e17ae50ae2fb6b7f978da357c57 (patch) | |
tree | 7191339f2c754223e51c93411f27cba0a744b42a | |
parent | 4b8e631e3a3106eece4f8435cb18b02e9ec6253a (diff) | |
download | puppet-daap_server-9e638a4477944e17ae50ae2fb6b7f978da357c57.tar.gz puppet-daap_server-9e638a4477944e17ae50ae2fb6b7f978da357c57.tar.bz2 |
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f34cb24..6076c35 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,7 +4,7 @@ # Firewall fixup class daap_server($collection_name = 'DAAP Music', $music_dir = '/srv/music' ) { - if $::osfamily == 'RedHat' { + if $::osfamily == 'RedHat' or $::osfamily == 'Debian' { class { 'daap_server::setup': music_dir => $music_dir, collection_name => $collection_name, |