forked from SUNET/soc-ops
Open up http
This commit is contained in:
parent
582796c669
commit
8aa478ba85
1 changed files with 10 additions and 0 deletions
|
@ -153,4 +153,14 @@ class soc::intelmq(
|
|||
creates => '/etc/apache2/sites-enabled/intelmq-vhost.conf',
|
||||
notify => Service['apache2'],
|
||||
}
|
||||
|
||||
sunet::nftables:allow { 'allow_http':
|
||||
from => any,
|
||||
port => 80,
|
||||
}
|
||||
|
||||
sunet::nftables:allow { 'allow_https':
|
||||
from => any,
|
||||
port => 443,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue