aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshuser.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/sshuser.pp')
-rw-r--r--modules/buildsystem/manifests/sshuser.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/sshuser.pp b/modules/buildsystem/manifests/sshuser.pp
index fd703f59..299b0dfc 100644
--- a/modules/buildsystem/manifests/sshuser.pp
+++ b/modules/buildsystem/manifests/sshuser.pp
@@ -34,7 +34,7 @@ define buildsystem::sshuser($homedir, $comment, $groups = []) {
require => File[$homedir],
}
- ssh::auth::key { $login:
+ ssh::auth::key { $name:
# declare a key for sched bot: RSA, 2048 bits
home => $homedir,
}