Skip to content
Snippets Groups Projects

Test

Merged Nils Olof Paulsson requested to merge test into production
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -5,6 +5,7 @@ class aim_control::firewall {
zone => 'liu',
source => { 'ipset' => 'liu-nets_v4' },
port => { 'port' => 33060, 'protocol' => 'tcp' },
family => 'ipv4',
action => 'accept',
}
firewalld_rich_rule { 'Allow 33060 from liu ipv6':
@@ -12,6 +13,7 @@ class aim_control::firewall {
zone => 'liu',
source => { 'ipset' => 'liu-nets_v6' },
port => { 'port' => 33060, 'protocol' => 'tcp' },
family => 'ipv6',
action => 'accept',
}
firewalld_rich_rule { 'Allow ssh from liu 10.243.0.0/16':
Loading