]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fix duplicate sshd word in variable name
authorMicah Anderson <micah@riseup.net>
Sat, 27 Sep 2008 17:39:28 +0000 (13:39 -0400)
committerMicah Anderson <micah@riseup.net>
Sat, 27 Sep 2008 17:39:28 +0000 (13:39 -0400)
manifests/init.pp

index 0fd2dfaa65d6aa1039a36ee57dff103200fe2a0e..7abc2efa2325e576a65995ee6a95485b0cbdd534 100644 (file)
@@ -110,9 +110,9 @@ class sshd {
 
 class sshd::base {
     # prepare variables to use in templates
-    $real_sshd_listen_address = $sshd_sshd_listen_address ? {
+    $real_sshd_listen_address = $sshd_listen_address ? {
       '' => '',
-      default => $sshd_sshd_listen_address
+      default => $sshd_listen_address
     }
     $real_sshd_allowed_users = $sshd_allowed_users ? {
         ''  => '',