From da9c0eb673886f4173e4e8248a2649139977da50 Mon Sep 17 00:00:00 2001 From: Jarpy Date: Tue, 14 Jul 2015 13:40:01 +1000 Subject: [PATCH] Typo in client_acl ref doc. --- doc/ref/clientacl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/clientacl.rst b/doc/ref/clientacl.rst index f4b0ade696..331881deee 100644 --- a/doc/ref/clientacl.rst +++ b/doc/ref/clientacl.rst @@ -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.*