From: Silvio Rhatto Date: Sun, 27 Dec 2009 18:30:14 +0000 (-0200) Subject: Using fqdn instead of hostname.domain X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3955383bb6e89a3f9d26d5fd2df24cae37c2fa89;p=puppet-sshd.git Using fqdn instead of hostname.domain --- 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,