1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
###############################################################################
#
# This part is for cf-runagent
#
# Settings describing the details of the fixed behavioural promises made
# by cf-runagent. The most important parameter here is the list of hosts
# that the agent will poll for connections.
#
###############################################################################
body runagent control
{
# A list of hosts to contact when using cf-runagent
any::
hosts => { "127.0.0.1" };
# , "myhost.example.com:5308", ...
}
|