provide usable examples for sudo validation

This commit is contained in:
Pete Travis 2017-08-02 16:24:11 -05:00 committed by Brian Coca
commit 7a35b95609
3 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ EXAMPLES = r'''
- template:
src: /mine/sudoers
dest: /etc/sudoers
validate: 'visudo -cf %s'
validate: '/usr/sbin/visudo -cf %s'
# Update sshd configuration safely, avoid locking yourself out
- template: