aboutsummaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 50e0339..9aed1ba 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -13,7 +13,7 @@ class sshd::base {
case $sshrsakey {
'': { info("no sshrsakey on $fqdn") }
default: {
- @@sshkey{"$hostname.$domain":
+ @@sshkey{"$fqdn":
tag => "fqdn",
type => ssh-rsa,
key => $sshrsakey,