diff options
Diffstat (limited to 'files/puppet')
-rw-r--r-- | files/puppet/modules/custom/manifests/init.pp | 2 |
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 } } |