Whitespace tweaks in cluster controller and agent scripts

This commit is contained in:
Christian Kreibich 2021-12-14 18:52:16 -08:00
parent e9bdaebc70
commit aceb05099a
6 changed files with 16 additions and 16 deletions

View file

@ -185,7 +185,7 @@ event zeek_init()
Broker::peer(supervisor_addr, Broker::default_port, Broker::default_listen_retry);
# Agents need receive communication targeted at it, and any responses
# from the supervisor.
# from the supervisor.
Broker::subscribe(agent_topic);
Broker::subscribe(SupervisorControl::topic_prefix);
@ -210,8 +210,8 @@ event zeek_init()
{
# We connect to the controller.
Broker::peer(ClusterAgent::controller$address,
ClusterAgent::controller$bound_port,
ClusterController::connect_retry);
ClusterAgent::controller$bound_port,
ClusterController::connect_retry);
}
else
{