bundles: fix usage of set() vs {}
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c418102000
commit
e36a352a42
8 changed files with 14 additions and 14 deletions
|
@ -77,7 +77,7 @@ def letsencrypt(metadata):
|
|||
)
|
||||
def iptables(metadata):
|
||||
if node.has_bundle('postfixadmin'):
|
||||
default = set('*')
|
||||
default = {'*'}
|
||||
else:
|
||||
default = metadata.get('postfix/mynetworks', set())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue