added new connector manifest
This commit is contained in:
parent
489698d1dc
commit
359d6bf1eb
1 changed files with 10 additions and 0 deletions
10
global/overlay/etc/puppet/modules/eid/manifests/connector.pp
Normal file
10
global/overlay/etc/puppet/modules/eid/manifests/connector.pp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
class eid::connector (
|
||||||
|
) {
|
||||||
|
|
||||||
|
sunet::nftables::allow { 'expose-allow-https':
|
||||||
|
from => ['94.176.224.38', '94.176.224.166',],
|
||||||
|
port => 443,
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue