Add example of ssh key running command to README
This commit is contained in:
parent
f964678546
commit
e70afd4805
@ -286,6 +286,12 @@ ssh::keys:
|
|||||||
user: root
|
user: root
|
||||||
type: dsa
|
type: dsa
|
||||||
key: AAAA...==
|
key: AAAA...==
|
||||||
|
apachehup:
|
||||||
|
ensure: present
|
||||||
|
user: apachehup
|
||||||
|
type: rsa
|
||||||
|
key: 'AAAA...=='
|
||||||
|
options: 'command="/sbin/service httpd restart"'
|
||||||
root_for_userY:
|
root_for_userY:
|
||||||
ensure: absent
|
ensure: absent
|
||||||
user: root
|
user: root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user