From ddb8b1370bb87ac2eea45b6ff2f4fa14ec62265a Mon Sep 17 00:00:00 2001 From: Nils Olof Paulsson <nils.olof.paulsson@liu.se> Date: Tue, 20 Jun 2023 13:29:11 +0200 Subject: [PATCH] pdk --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index bd12122..a889fda 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -46,7 +46,7 @@ class vlc { # Detta funkar för vpn på andra burkar server_firewall::address_set { 'liu_vpn': - addresses => [ + addresses => [ '10.243.0.0/16', ], } -- GitLab