Fix incorrect attribute name.

Refs #6002
This commit is contained in:
Gunnar Beutner 2014-04-13 11:16:15 +02:00
parent bb02426ce1
commit 852db925d2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ for host, hostinfo in inventory.items():
if "peer" in hostinfo:
print " vars.agent_host = \"%s\"" % (hostinfo["peer"]["agent_host"])
print " vars.agent_host = \"%s\"" % (hostinfo["peer"]["agent_port"])
print " vars.agent_port = \"%s\"" % (hostinfo["peer"]["agent_port"])
print "}"
print ""