aboutsummaryrefslogtreecommitdiff
path: root/manifests/user.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/user.pp')
-rw-r--r--manifests/user.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/user.pp b/manifests/user.pp
index ab4150c..eb303cb 100644
--- a/manifests/user.pp
+++ b/manifests/user.pp
@@ -5,7 +5,7 @@ define backup::user(
$sshkey = '',
) {
$real_sshkey = $sshkey ? {
- '' => hiera("compiled::ssh::key::${name}.${hosting_domain}"),
+ '' => hiera("ssh_authorized_key::${name}.${hosting_domain}"),
default => $sshkey,
}