diff options
author | varac <varacanero@zeromail.org> | 2016-02-09 16:08:13 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-09 16:08:13 +0100 |
commit | 749e798e4ee665080c229c117bddf3da54e4653f (patch) | |
tree | ef599a0ed2c301cd6dd66afc4052cabfbdc18acf /files | |
parent | 556ce2635ed4ef4556da260296197cee0959aab9 (diff) |
use ::pixelated instead of ::pixelated::dispatcher
Diffstat (limited to 'files')
-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 } } |