From 88c58b307c1fab1988b01d84eca6d75790b4c6ee Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 10 Jun 2014 19:28:19 +0200 Subject: EL 6 also does not have this option yet --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3