From e70afd48057f69e4ca70d856056bff72c76f6b63 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Mon, 18 Nov 2013 12:57:30 +0100 Subject: [PATCH] Add example of ssh key running command to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index af658b8..77116a4 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,12 @@ ssh::keys: user: root type: dsa key: AAAA...== + apachehup: + ensure: present + user: apachehup + type: rsa + key: 'AAAA...==' + options: 'command="/sbin/service httpd restart"' root_for_userY: ensure: absent user: root