回答:
現時点で0.25を出荷しているディストリビューションはほとんどないため、EPELリポジトリから2.24.8を持っている私のCentos5では、wn10.example.comのようなホスト名を持つワーカーノードに対して次のようにする必要がありました。
node default {
$node_type = regsubst($hostname, '^([a-z]+).*$', '\1')
case $node_type{
wn: {include worker_node}
default: {include generic_node}
}
}