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 3ada103..d31fb3a 100644
--- a/manifests/user.pp
+++ b/manifests/user.pp
@@ -5,7 +5,7 @@
define backup::user(
$ensure = present,
$hosting_domain = $::domain,
- $sshkey = hiera("'ssh_authorized_key::${name}.${hosting_domain}'"),
+ $sshkey = lookup("'ssh_authorized_key::${name}.${hosting_domain}'"),
) {
user::manage { $name:
ensure => $ensure,