From 1d161629430f0955a9b37a53537b01c17c316757 Mon Sep 17 00:00:00 2001 From: Jan Vansteenkiste Date: Thu, 13 Feb 2025 11:25:05 +0100 Subject: [PATCH] Only pass through non undef values. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 0cf2a43..243706d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -299,7 +299,7 @@ uid => $uid, week_days => $week_days, zone => $zone, - } + }.filter |$_key, $val| { $val =~ NotUndef } } )