From e76af40ab7d0c1cae0cbdede3cb6f1af9cf63516 Mon Sep 17 00:00:00 2001 From: Julien Godin Date: Wed, 15 Nov 2023 10:00:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20deprecated=20validate?= =?UTF-8?q?=5F=20functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julien Godin --- manifests/authorized_key.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/authorized_key.pp b/manifests/authorized_key.pp index e1f30fb..f72b539 100644 --- a/manifests/authorized_key.pp +++ b/manifests/authorized_key.pp @@ -13,8 +13,6 @@ Optional[String] $target = undef, String $ssh_authorized_key_title = $accounts::ssh_authorized_key_title, ) { - validate_hash($accounts::ssh_keys) - # Retrieve $ssh_keys and $users in the current scope $ssh_keys = $accounts::ssh_keys $users = $accounts::users