No need to allow port 80 now
This commit is contained in:
parent
0b060a4e63
commit
1512ac38a9
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
|||
class eid::idm_db (
|
||||
$bootstrap = undef,
|
||||
) {
|
||||
sunet::nftables::allow { 'allow-http-from-all':
|
||||
from => 'any',
|
||||
port => '80',
|
||||
}
|
||||
|
||||
sunet::docker_compose { 'mariadb':
|
||||
content => template('eid/idm_db/docker-compose.yml.erb'),
|
||||
|
|
Loading…
Add table
Reference in a new issue