]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Using sshrsakey instead of sshrsakey_key
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 17:33:35 +0000 (15:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 17:33:35 +0000 (15:33 -0200)
manifests/base.pp

index 76203ee008df195c80ac12a200d0fec420966ef7..50e033937ab9af81c9f9e5ecec67f7ac900a4ed7 100644 (file)
@@ -10,13 +10,13 @@ class sshd::base {
   }
 
   # Now add the key, if we've got one
-  case $sshrsakey_key {
+  case $sshrsakey {
     '': { info("no sshrsakey on $fqdn") }
     default: {
       @@sshkey{"$hostname.$domain":
         tag    => "fqdn",
         type   => ssh-rsa,
-        key    => $sshrsakey_key,
+        key    => $sshrsakey,
         ensure => present,
       }
       # In case the node has an internal network address,