Typo in client_acl ref doc.

This commit is contained in:
Jarpy 2015-07-14 13:40:01 +10:00
parent cd0b527939
commit ec10c39297

View File

@ -17,9 +17,9 @@ specified user. This configuration is much like the ``peer`` configuration:
# Allow thatch to execute anything.
thatch:
- .*
# Allow fred to use ping and pkg, but only on "web*" minions.
# Allow fred to use test and pkg, but only on "web*" minions.
fred:
- web*
- web*:
- test.*
- pkg.*