Other fixes.
This commit is contained in:
parent
28ff952ace
commit
6505636b4b
1 changed files with 2 additions and 2 deletions
|
@ -154,12 +154,12 @@ class soc::intelmq(
|
||||||
notify => Service['apache2'],
|
notify => Service['apache2'],
|
||||||
}
|
}
|
||||||
|
|
||||||
sunet::nftables:allow { 'allow_http':
|
sunet::nftables::allow { 'allow_http':
|
||||||
from => any,
|
from => any,
|
||||||
port => 80,
|
port => 80,
|
||||||
}
|
}
|
||||||
|
|
||||||
sunet::nftables:allow { 'allow_https':
|
sunet::nftables::allow { 'allow_https':
|
||||||
from => any,
|
from => any,
|
||||||
port => 443,
|
port => 443,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue