bundles/postfix: fix .provides() for iptables reactor
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
9fe4e2933d
commit
ce39850bda
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ def letsencrypt(metadata):
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
'iptables/port_rules/25',
|
'iptables/port_rules/25',
|
||||||
'iptables/port_rules/587',
|
'iptables/port_rules/587',
|
||||||
|
'iptables/port_rules/2525',
|
||||||
)
|
)
|
||||||
def iptables(metadata):
|
def iptables(metadata):
|
||||||
if node.has_bundle('postfixadmin'):
|
if node.has_bundle('postfixadmin'):
|
||||||
|
|
Loading…
Reference in a new issue