summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-06-10 19:41:50 +0200
committermh <mh@immerda.ch>2014-06-10 19:41:50 +0200
commitf19d1718b4842c3fe58dd877eb7efbdae8817b1f (patch)
treeda71fedf20b3728d40b93badfbbe435d5146eaff
parent88c58b307c1fab1988b01d84eca6d75790b4c6ee (diff)
Openbsd also does not yet have it
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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',