Debug statement.
This commit is contained in:
parent
271300e94c
commit
11bde05e66
1 changed files with 2 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue