Allow https
This commit is contained in:
parent
820b9ef50f
commit
408256d951
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ class eid::idm_app (
|
|||
}
|
||||
|
||||
|
||||
sunet::nftables::allow { 'expose-allow-https':
|
||||
from => ['94.176.224.38', '94.176.224.166'],
|
||||
port => 443,
|
||||
}
|
||||
|
||||
|
||||
package {'openjdk-17-jre-headless':
|
||||
ensure => latest
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue