From 7772ec920a310d443fdb46beebd6c9697ce1d6ba Mon Sep 17 00:00:00 2001 From: Magnus Toneby <magnus.toneby@liu.se> Date: Wed, 28 Feb 2024 13:06:11 +0100 Subject: [PATCH] fix more name conflicts --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 4bb8365..3e97df2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -28,7 +28,7 @@ class vlc { } # Känner firewall till servicen syncthing ?? - firewalld_service { 'Allow syncthing in the liu Zone': + firewalld_service { 'Allow syncthing in the public Zone': ensure => present, zone => 'public', service => 'syncthing', -- GitLab