From: mh Date: Tue, 10 Jun 2014 17:28:19 +0000 (+0200) Subject: EL 6 also does not have this option yet X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=88c58b307c1fab1988b01d84eca6d75790b4c6ee;p=puppet-sshd.git EL 6 also does not have this option yet --- diff --git a/manifests/init.pp b/manifests/init.pp index 797ffe5..4889035 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -34,6 +34,7 @@ class sshd( }, RedHat => $::operatingsystemmajrelease ? { 5 => '%h/.ssh/authorized_keys', + 6 => '%h/.ssh/authorized_keys', default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2', }, default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2',