From fb38317983a1dda9dc39c46a876f0a1c26253ff8 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Thu, 27 Oct 2016 11:46:24 +0200 Subject: [PATCH] provide default value for real_gid variable --- manifests/authorized_keys.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/authorized_keys.pp b/manifests/authorized_keys.pp index bb938cd..ad7eef8 100644 --- a/manifests/authorized_keys.pp +++ b/manifests/authorized_keys.pp @@ -1,7 +1,7 @@ # Manage authorized ssh keys # define accounts::authorized_keys( - $real_gid, + $real_gid = $title, $ssh_keys, $home_dir, $purge_ssh_keys,