Fix typo in my example (#20293)
I noticed I was missing the -f flag to make this work correctly.
This commit is contained in:
parent
f813a8474b
commit
bd793b85bf
1 changed files with 1 additions and 1 deletions
|
@ -109,6 +109,6 @@ EXAMPLES = '''
|
|||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
validate: /usr/sbin/sshd -t %s
|
||||
validate: /usr/sbin/sshd -t -f %s
|
||||
backup: yes
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue