From 5055bdf9cc8693741245612da100fe6716847624 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 18 Apr 2013 22:43:14 -0400 Subject: [PATCH] Fixup authorized key documentation formatting --- authorized_key | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/authorized_key b/authorized_key index fe88003823a..e56912727ee 100644 --- a/authorized_key +++ b/authorized_key @@ -44,7 +44,7 @@ options: description: - Alternate path to the authorized_keys file required: false - default: "/home/user/.ssh/authorized_keys" + default: "(homedir)+/.ssh/authorized_keys" version_added: "1.2" manage_dir: description: @@ -59,7 +59,8 @@ options: required: false choices: [ "present", "absent" ] default: "present" -description: "Advanced usage with an alternate AuthorizedKeysFile configuration" +description: + - "adds or removes authorized keys for particular user accounts" author: Brad Olson '''