From f19d1718b4842c3fe58dd877eb7efbdae8817b1f Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 10 Jun 2014 19:41:50 +0200 Subject: Openbsd also does not yet have it --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 4889035..5a38293 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,6 +37,7 @@ class sshd( 6 => '%h/.ssh/authorized_keys', default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2', }, + OpenBSD => '%h/.ssh/authorized_keys', default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2', }, $hardened_ssl = 'no', -- cgit v1.2.3