Cluster nodes aren't in fact inherently controllable.

- This @load needs to move to broctl.
This commit is contained in:
Seth Hall 2011-08-09 11:15:49 -04:00
parent 5f61c9bde9
commit 78e69a0bc8

View file

@ -9,10 +9,6 @@ redef peer_description = Cluster::node;
# Add a cluster prefix. # Add a cluster prefix.
@prefixes += cluster @prefixes += cluster
# Make this a controllable node since all cluster nodes are inherently
# controllable.
@load frameworks/control/controllee
## If this script isn't found anywhere, the cluster bombs out. ## If this script isn't found anywhere, the cluster bombs out.
## Loading the cluster framework requires that a script by this name exists ## Loading the cluster framework requires that a script by this name exists
## somewhere in the BROPATH. The only thing in the file should be the ## somewhere in the BROPATH. The only thing in the file should be the