eid-ops/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp

10 lines
156 B
ObjectPascal
Raw Normal View History

2024-01-16 13:07:20 +01:00
# idm_db
class eid::idm_db (
$bootstrap = undef,
) {
2024-01-17 20:00:57 +01:00
sunet::nftables::allow { 'allow-http-from-all':
from => 'any',
port => '80',
}
2024-01-16 13:07:20 +01:00
}