diff options
author | mh <mh@immerda.ch> | 2014-06-10 19:41:50 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-06-10 19:41:50 +0200 |
commit | f19d1718b4842c3fe58dd877eb7efbdae8817b1f (patch) | |
tree | da71fedf20b3728d40b93badfbbe435d5146eaff | |
parent | 88c58b307c1fab1988b01d84eca6d75790b4c6ee (diff) | |
download | puppet-sshd-f19d1718b4842c3fe58dd877eb7efbdae8817b1f.tar.gz puppet-sshd-f19d1718b4842c3fe58dd877eb7efbdae8817b1f.tar.bz2 |
Openbsd also does not yet have it
-rw-r--r-- | manifests/init.pp | 1 |
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', |