diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-23 22:26:59 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-23 22:26:59 +0000 |
commit | 0d3a01b7ba298c520c7d8d3067a52bb89b6cea16 (patch) | |
tree | 51c7f77df9502ece38b83f36ed1fe02a0a2a544c | |
parent | 98664db3ff3de5a85adc0a4e5b934022709c179f (diff) | |
download | puppet-0d3a01b7ba298c520c7d8d3067a52bb89b6cea16.tar puppet-0d3a01b7ba298c520c7d8d3067a52bb89b6cea16.tar.gz puppet-0d3a01b7ba298c520c7d8d3067a52bb89b6cea16.tar.bz2 puppet-0d3a01b7ba298c520c7d8d3067a52bb89b6cea16.tar.xz puppet-0d3a01b7ba298c520c7d8d3067a52bb89b6cea16.zip |
emi is more a gatherer than a dispatcher
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 85d9ae26..c9e2947b 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -32,7 +32,7 @@ class buildsystem { } include scheduler - include dispatcher + include gatherer } class buildnode inherits base { @@ -44,7 +44,7 @@ class buildsystem { include iurtupload } - class dispatcher { + class gatherer { # emi include iurtupload } |