From 15ca3fc7128b0787da1c7f2c7288710707718b2d Mon Sep 17 00:00:00 2001
From: Alessandro Franceschi <al@example42.com>
Date: Sat, 14 Nov 2020 19:24:00 +0100
Subject: [PATCH] Lints

---
 manifests/init.pp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 17c3e72..f358c7b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -256,7 +256,6 @@ class network (
     'no'    => 'no',
     default => undef,
   }
-  
   $manage_ipv6_defaultgw = $ipv6_defaultgw
   $manage_ipv6_radvd_pidfile = $ipv6_radvd_pidfile
 
-- 
GitLab