changeset 312:490d7ec20172

Make firewall rule numbering consistent for Dovecot
author IBBoard <dev@ibboard.co.uk>
date Sun, 23 Feb 2020 20:29:42 +0000
parents 51d3748f8112
children 49e66019faf7
files modules/dovecot/manifests/init.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/dovecot/manifests/init.pp	Sun Feb 23 16:00:41 2020 +0000
+++ b/modules/dovecot/manifests/init.pp	Sun Feb 23 20:29:42 2020 +0000
@@ -64,7 +64,7 @@
 	}
 	if $imapserver_proxy != undef {
 		$proxy_upstream.each |Stdlib::IP::Address::V6 $upstream_addr| {
-			firewall { "100 limit PROXY protocol for IMAP to upstream $upstream_addr":
+			firewall { "102 limit PROXY protocol for IMAP to upstream $upstream_addr":
 				source => $upstream_addr,
 				destination => $imapserver_proxy,
 				dport => 993,