diff --git a/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp b/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp index 04c05dc7..41986546 100644 --- a/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp +++ b/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp @@ -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'),