Remove trailing whitespace
This commit is contained in:
parent
c019dbeef4
commit
c735a30f82
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue