Revision
431
Author
blino
Date
2010-11-23 23:26:59 +0100 (Tue, 23 Nov 2010)

Log Message

emi is more a gatherer than a dispatcher

Modified Paths

Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp	2010-11-23 22:24:27 UTC (rev 430)
+++ puppet/modules/buildsystem/manifests/init.pp	2010-11-23 22:26:59 UTC (rev 431)
@@ -32,7 +32,7 @@
         }
 
         include scheduler
-        include dispatcher
+        include gatherer
     }
 
     class buildnode inherits base {
@@ -44,7 +44,7 @@
         include iurtupload
     }
 
-    class dispatcher {
+    class gatherer {
         # emi
         include iurtupload
     }