From b5be1d8f6abda3c70f7434fd2e631ab2c688f47a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 Dec 2018 21:34:51 -0200 Subject: Adds cherrymusic support at nodo::role::nas --- manifests/role/nas.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manifests/role/nas.pp') 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 # -- cgit v1.2.3