Remove trailing whitespace

This commit is contained in:
Patrik Holmqvist 2024-11-21 16:39:52 +01:00
parent c019dbeef4
commit c735a30f82
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -5,7 +5,7 @@ class eid::relay() {
$submission_ip = hiera_array('submission_ip',[]);
sunet::misc::ufw_allow { "allow-submission-clients":
from => $submission_ip,
port => '587',
@ -20,7 +20,7 @@ class eid::relay() {
$relay_ip = hiera_array('relay_ip',[]);
if $relay_ip != '' {
sunet::misc::ufw_allow { "allow-relay-rrsync":
from => $relay_ip,