aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2017-02-23 00:33:03 +0100
committerOlivier Blin <dev@blino.org>2017-02-23 01:52:38 +0100
commit79f4dc14d6f339b82a5f4c33b00da33a43db076b (patch)
treebe0a06401edc3d11d56449c1c6cfa1f37c45b4c8 /modules/openssh
parent43ebf501a5cea3ccb2e4e8ceecaa62750e1adf82 (diff)
downloadpuppet-79f4dc14d6f339b82a5f4c33b00da33a43db076b.tar
puppet-79f4dc14d6f339b82a5f4c33b00da33a43db076b.tar.gz
puppet-79f4dc14d6f339b82a5f4c33b00da33a43db076b.tar.bz2
puppet-79f4dc14d6f339b82a5f4c33b00da33a43db076b.tar.xz
puppet-79f4dc14d6f339b82a5f4c33b00da33a43db076b.zip
ldap-sshkey2file.py: fix path of authorized_keys in usage
Diffstat (limited to 'modules/openssh')
-rwxr-xr-xmodules/openssh/templates/ldap-sshkey2file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/ldap-sshkey2file.py b/modules/openssh/templates/ldap-sshkey2file.py
index e8597a6a..6a1e12d5 100755
--- a/modules/openssh/templates/ldap-sshkey2file.py
+++ b/modules/openssh/templates/ldap-sshkey2file.py
@@ -34,7 +34,7 @@ def usage():
print
print "Will fetch all enabled user accounts under %s" % peopledn
print "with ssh keys in them and write each one to"
- print "%s/<login>/authorized_keys" % keypathprefix
+ print "%s/<login>/.ssh/authorized_keys" % keypathprefix
print
print "It will return failure when no keys are updated and success"
print "when one or more keys have changed."