]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
EL 6 also does not have this option yet
authormh <mh@immerda.ch>
Tue, 10 Jun 2014 17:28:19 +0000 (19:28 +0200)
committermh <mh@immerda.ch>
Tue, 10 Jun 2014 17:28:19 +0000 (19:28 +0200)
manifests/init.pp

index 797ffe5e83c8387be2fbb796baaceabace072fe6..48890355a4b1599f0b4fcfc63bd9508f02b95905 100644 (file)
@@ -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',