Skip to content
Snippets Groups Projects
Commit 95fb3aec authored by Robin Keskisärkkä's avatar Robin Keskisärkkä
Browse files

Merge branch 'test' into 'production'

Test

See merge request !8
parents eaafa55d 39ad25e6
No related branches found
No related tags found
1 merge request!8Test
Pipeline #61947 passed
......@@ -5,6 +5,11 @@
# @example
# include vacceval
class vacceval {
firewalld_service { 'Allow SSH in the liu zone':
ensure => present,
zone => 'liu',
service => 'ssh',
}
firewalld_service {'Allow http in the liu Zone':
ensure => present,
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