Debug statement.

This commit is contained in:
Ralph Bean 2015-06-12 16:44:14 +00:00
parent 271300e94c
commit 11bde05e66

View file

@ -8,6 +8,8 @@ def invert_fedmsg_policy(hosts, vars):
Really, returns a list of tuples -- not a dict.
"""
return [('what', 'is going on')] # debugging, obviously.
inverted = {}
for host in vars:
prefix = '.'.join([vars[host]['fedmsg_prefix'],