aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-12-29 21:34:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-12-29 21:34:51 -0200
commitb5be1d8f6abda3c70f7434fd2e631ab2c688f47a (patch)
treea773cb9bc39b18ad57468386c18f7c73f5e05dbd /manifests/role
parent55649c38bcd4af9d7044a067d72f68443e6b78e7 (diff)
downloadpuppet-nodo-b5be1d8f6abda3c70f7434fd2e631ab2c688f47a.tar.gz
puppet-nodo-b5be1d8f6abda3c70f7434fd2e631ab2c688f47a.tar.bz2
Adds cherrymusic support at nodo::role::nas
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/nas.pp9
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