From 50d814dfdde2cbf251c99a3cbc8c36600497f324 Mon Sep 17 00:00:00 2001 From: Henry <henry.frocklin@liu.se> Date: Tue, 30 Apr 2024 10:55:40 +0200 Subject: [PATCH] Revert "fix the class names to follow what the class does (and make them unique" This reverts commit 37964fc0afae1b377a06ef57ee880480f02be595. --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index a6aa89c..a889fda 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -28,17 +28,17 @@ class vlc { } # Känner firewall till servicen syncthing ?? - firewalld_service {'Allow syncthing in the liu Zone': + firewalld_service {'Allow http in the public Zone': ensure => present, zone => 'public', service => 'syncthing', } - firewalld_service {'Allow syncthing in the liu Zone': + firewalld_service {'Allow https in the public Zone': ensure => present, zone => 'liu', service => 'syncthing', } - firewalld_service {'Allow syncthing-gui in the liu Zone': + firewalld_service {'Allow https in the public Zone': ensure => present, zone => 'liu', service => 'syncthing-gui', -- GitLab