mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
a raw zone file can be returned
This commit is contained in:
@@ -130,7 +130,7 @@ def scenario( wallets, **kw ):
|
||||
return False
|
||||
|
||||
else:
|
||||
if 'zonefile' not in res or 'error' not in res['zonefile']:
|
||||
if 'zonefile' not in res:
|
||||
print res
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user