diff --git a/manifests/init.pp b/manifests/init.pp index a6aa89c1eead0cb13bbf4f84502a14825482e8f5..a889fdab03f7374a8e443c7f72d32e190645ea28 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',