summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'files/puppet/modules/custom/manifests')
-rw-r--r--files/puppet/modules/custom/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/puppet/modules/custom/manifests/init.pp b/files/puppet/modules/custom/manifests/init.pp
index 74a688b..b7468e0 100644
--- a/files/puppet/modules/custom/manifests/init.pp
+++ b/files/puppet/modules/custom/manifests/init.pp
@@ -11,4 +11,8 @@ class custom {
if member ( $services, 'openvpn') {
include custom_munin_node::openvpn
}
+
+ if member ( $services, 'pixelated') {
+ include pixelated::dispatcher
+ }
}