From d2b60a56e7a1603c1c586c95e7587dc39540a52e Mon Sep 17 00:00:00 2001
From: Alessandro Franceschi <al@example42.com>
Date: Sat, 14 Nov 2020 19:10:42 +0100
Subject: [PATCH] Removed Stdlib::Absolutepath data type (not compatible with
 supported versions

---
 manifests/init.pp | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 1c624c4..17c3e72 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -258,12 +258,7 @@ class network (
   }
   
   $manage_ipv6_defaultgw = $ipv6_defaultgw
-  
-  if $ipv6_radvd_pidfile =~ Stdlib::Absolutepath {
-    $manage_ipv6_radvd_pidfile = $ipv6_radvd_pidfile
-  } else {
-    $manage_ipv6_radvd_pidfile = undef
-  }
+  $manage_ipv6_radvd_pidfile = $ipv6_radvd_pidfile
 
   # Dependency class
 
-- 
GitLab