]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
bugfix
authorintrigeri <intrigeri@boum.org>
Sat, 16 Oct 2010 19:54:24 +0000 (21:54 +0200)
committerintrigeri <intrigeri@boum.org>
Sat, 16 Oct 2010 19:54:24 +0000 (21:54 +0200)
manifests/init.pp

index abb1490ec56e798e0aee66de0cfa9385d4c9857e..33c40e9131ceed9799d31d53964298b8cc541dc1 100644 (file)
@@ -196,7 +196,7 @@ class sshd {
   case $sshd_permit_empty_passwords {
     '': { $sshd_permit_empty_passwords = 'no' }
   }
-  if ( $sshd_port != '' ) && ( $sshd_ports != []) {
+  if ( $sshd_port != '' ) and ( $sshd_ports != []) {
       err("Cannot use sshd_port and sshd_ports at the same time.")
   }
   if $sshd_port != '' {