validate_hash($::accounts::ssh_keys)
# Retrieve $ssh_keys and $users in the current scope
$ssh_keys = $::accounts::ssh_keys
$users = $::accounts::users
$ssh_keys and $users is never used in the code below.
$::accounts::ssh_keys itself could be validated in init.pp, rather than on each invocation of accounts::authorized_key
The current (d5c30cf)
accounts::authorized_key
define$ssh_keys
and$users
is never used in the code below.$::accounts::ssh_keys
itself could be validated in init.pp, rather than on each invocation ofaccounts::authorized_key