summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'files/puppet/modules/custom/manifests/init.pp')
-rw-r--r--files/puppet/modules/custom/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/puppet/modules/custom/manifests/init.pp b/files/puppet/modules/custom/manifests/init.pp
index b5f3f2a..8b5bf82 100644
--- a/files/puppet/modules/custom/manifests/init.pp
+++ b/files/puppet/modules/custom/manifests/init.pp
@@ -16,6 +16,6 @@ class custom {
}
if member ( $services, 'pixelated') {
- include pixelated::dispatcher
+ include ::pixelated
}
}