Skip to content
Snippets Groups Projects
Commit e826f7dc authored by Magnus Toneby's avatar Magnus Toneby Committed by Henry Fröcklin
Browse files

fix pdk warnings

parent 9501ce57
No related branches found
No related tags found
No related merge requests found
Pipeline #127057 passed
......@@ -6,39 +6,39 @@
# @example
# none
class vlc {
firewalld_service {'Allow http in the liu Zone':
firewalld_service { 'Allow http in the liu Zone':
ensure => present,
zone => 'liu',
service => 'http',
}
firewalld_service {'Allow https in the liu Zone':
firewalld_service { 'Allow https in the liu Zone':
ensure => present,
zone => 'liu',
service => 'https',
}
firewalld_service {'Allow http in the public Zone':
firewalld_service { 'Allow http in the public Zone':
ensure => present,
zone => 'public',
service => 'http',
}
firewalld_service {'Allow https in the public Zone':
firewalld_service { 'Allow https in the public Zone':
ensure => present,
zone => 'public',
service => 'https',
}
# Känner firewall till servicen syncthing ??
firewalld_service {'Allow syncthing in the liu Zone':
firewalld_service { 'Allow syncthing in the liu Zone':
ensure => present,
zone => 'public',
service => 'syncthing',
}
firewalld_service {'Allow syncthing in the liu Zone':
firewalld_service { 'Allow syncthing in the liu Zone':
ensure => present,
zone => 'liu',
service => 'syncthing',
}
firewalld_service {'Allow syncthing-gui in the liu Zone':
firewalld_service { 'Allow syncthing-gui in the liu Zone':
ensure => present,
zone => 'liu',
service => 'syncthing-gui',
......
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