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
}