diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index 2b0a0fce24..a020b3bf47 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -7,7 +7,7 @@ num_cpus: 2 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 22, 80, 443, 9418, +tcp_ports: [ 22, 25, 80, 443, 9418, # This is for the pagure public fedmsg relay 9940] diff --git a/inventory/group_vars/pagure-stg b/inventory/group_vars/pagure-stg index 2a00aaf02e..0856947af2 100644 --- a/inventory/group_vars/pagure-stg +++ b/inventory/group_vars/pagure-stg @@ -7,7 +7,7 @@ num_cpus: 2 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 22, 80, 443, 9418, +tcp_ports: [ 22, 25, 80, 443, 9418, # This is for the pagure public fedmsg relay 9940]