diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-12-29 21:34:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-12-29 21:34:51 -0200 |
commit | b5be1d8f6abda3c70f7434fd2e631ab2c688f47a (patch) | |
tree | a773cb9bc39b18ad57468386c18f7c73f5e05dbd /manifests | |
parent | 55649c38bcd4af9d7044a067d72f68443e6b78e7 (diff) | |
download | puppet-nodo-b5be1d8f6abda3c70f7434fd2e631ab2c688f47a.tar.gz puppet-nodo-b5be1d8f6abda3c70f7434fd2e631ab2c688f47a.tar.bz2 |
Adds cherrymusic support at nodo::role::nas
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/nas.pp | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -272,6 +272,15 @@ class nodo::role::nas( } # + # CherryMusic + # + $cherrymusic = hiera('nodo::role::nas::cherrymusic', false) + + if $cherrymusic == true { + include cherrymusic + } + + # # CUPS # # References |