]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Using fqdn instead of hostname.domain
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 18:30:14 +0000 (16:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 18:30:14 +0000 (16:30 -0200)
manifests/base.pp

index 50e033937ab9af81c9f9e5ecec67f7ac900a4ed7..9aed1ba75e6edbb05eb18646af984dece09baac8 100644 (file)
@@ -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,