Fix typo in my example (#20293)

I noticed I was missing the -f flag to make this work correctly.
pull/20305/head
Dag Wieers 8 years ago committed by John R Barker
parent f813a8474b
commit bd793b85bf

@ -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…
Cancel
Save