Skip to content
Snippets Groups Projects
Commit 50d814df authored by Henry Fröcklin's avatar Henry Fröcklin
Browse files

Revert "fix the class names to follow what the class does (and make them unique"

This reverts commit 37964fc0.
parent 32357857
Branches stable
No related tags found
2 merge requests!15Revert "fix more name conflicts",!5Revert all commits to 74a2084fbec424e3eaa54b7f774a284ae1326692
Pipeline #127059 failed
...@@ -28,17 +28,17 @@ class vlc { ...@@ -28,17 +28,17 @@ class vlc {
} }
# Känner firewall till servicen syncthing ?? # Känner firewall till servicen syncthing ??
firewalld_service {'Allow syncthing in the liu Zone': firewalld_service {'Allow http in the public Zone':
ensure => present, ensure => present,
zone => 'public', zone => 'public',
service => 'syncthing', service => 'syncthing',
} }
firewalld_service {'Allow syncthing in the liu Zone': firewalld_service {'Allow https in the public Zone':
ensure => present, ensure => present,
zone => 'liu', zone => 'liu',
service => 'syncthing', service => 'syncthing',
} }
firewalld_service {'Allow syncthing-gui in the liu Zone': firewalld_service {'Allow https in the public Zone':
ensure => present, ensure => present,
zone => 'liu', zone => 'liu',
service => 'syncthing-gui', service => 'syncthing-gui',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment