summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-05 14:05:06 +0100
committervarac <varacanero@zeromail.org>2015-11-11 09:12:21 +0100
commite635244643ff0713946a54888719ca81f6be813a (patch)
tree319c07eb4e6e8d6b9179ef9499ca9cb0ec2a625c /files/puppet/modules/custom/manifests
parent5ff2e27303e2079899ee6b92a2e1b9ba38b71f93 (diff)
Deploy Pixelated Useragent on donkey
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
+ }
}