From: Silvio Rhatto Date: Sat, 29 Dec 2018 23:34:51 +0000 (-0200) Subject: Adds cherrymusic support at nodo::role::nas X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b5be1d8f6abda3c70f7434fd2e631ab2c688f47a;p=puppet-nodo.git Adds cherrymusic support at nodo::role::nas --- diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 9cdc0e1..3300d60 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -271,6 +271,15 @@ class nodo::role::nas( include mpd::maintenance } + # + # CherryMusic + # + $cherrymusic = hiera('nodo::role::nas::cherrymusic', false) + + if $cherrymusic == true { + include cherrymusic + } + # # CUPS #