From e3248a88072d1a9e272df70214ccade253e3cfe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 9 Jan 2023 08:52:17 +0100 Subject: Add default value to mounts::mounts. --- manifests/mounts.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/mounts.pp b/manifests/mounts.pp index daf0c4a..438359a 100644 --- a/manifests/mounts.pp +++ b/manifests/mounts.pp @@ -1,5 +1,5 @@ class profiles::mounts ( - Hash[String,Hash] $mounts, + Hash[String,Hash] $mounts = {}, ) { case $facts['os']['family'] { -- cgit v1.2.3