bundles/postfix: fix .provides() for iptables reactor
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-28 08:56:22 +02:00
parent 9fe4e2933d
commit ce39850bda
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -73,6 +73,7 @@ def letsencrypt(metadata):
@metadata_reactor.provides(
'iptables/port_rules/25',
'iptables/port_rules/587',
'iptables/port_rules/2525',
)
def iptables(metadata):
if node.has_bundle('postfixadmin'):