]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
linting
authormh <mh@immerda.ch>
Fri, 14 Mar 2014 09:36:24 +0000 (10:36 +0100)
committermh <mh@immerda.ch>
Fri, 14 Mar 2014 09:36:24 +0000 (10:36 +0100)
manifests/base.pp

index 2fb71c3ae2cca1216f7b210e3374338ae54daa9b..813745c7c97e6dfe6eb9808d3b060ecbc5436e0d 100644 (file)
@@ -1,3 +1,6 @@
+# The base class to setup the common things.
+# This is a private class and will always be used
+# throught the sshd class itself.
 class sshd::base {
 
   $sshd_config_content = $::lsbdistcodename ? {
@@ -28,7 +31,7 @@ class sshd::base {
       # In case the node has uses a shared network address,
       # we don't define a sshkey resource using an IP address
       if $sshd::shared_ip == 'no' {
-        @@sshkey{$sshkey_ipaddress:
+        @@sshkey{$sshd::sshkey_ipaddress:
           ensure => present,
           tag    => 'ipaddress',
           type   => ssh-rsa,