Skip to content
Snippets Groups Projects
Commit 4ac2ce21 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

addcode

parent 4fa63a0f
No related branches found
No related tags found
2 merge requests!2Test,!1Devel
......@@ -28,9 +28,21 @@
#
class egg (
) {
::server_firewall::rules_file { '30-permit_http_https.rules':
content => epp("${module_name}/permit_http_https.rules.epp", {
module_name => $module_name,
}),
include egg::nginx
include egg::postgres
include egg::nodejs
server_firewall::address_set { 'liu_vpn':
addresses => [
'10.243.0.0/16',
],
}
firewalld_rich_rule { 'allow ssh via vpn':
action => 'accept',
service => 'ssh',
source => { 'ipset' => 'liu_vpn_v4', },
family => 'ipv4',
zone => 'liu',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment