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

openFWforhttp

parent efefca77
No related branches found
No related tags found
2 merge requests!4Test,!3Devel
Pipeline #119476 passed
...@@ -28,4 +28,9 @@ class egg::nginx () { ...@@ -28,4 +28,9 @@ class egg::nginx () {
zone => 'liu', zone => 'liu',
service => 'http', service => 'http',
} }
firewalld_service { 'Allow http in the public Zone':
ensure => present,
zone => 'public',
service => 'http',
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment