9 lines
156 B
Puppet
9 lines
156 B
Puppet
# idm_db
|
|
class eid::idm_db (
|
|
$bootstrap = undef,
|
|
) {
|
|
sunet::nftables::allow { 'allow-http-from-all':
|
|
from => 'any',
|
|
port => '80',
|
|
}
|
|
}
|