From 768c8172dbff8d58b85f17c123e2df5ea985c6ab Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 30 Mar 2014 21:31:20 +0100 Subject: [PATCH] Fix incorrect sudo_rules example --- pillar.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 7317fb2..c8ca6b4 100644 --- a/pillar.example +++ b/pillar.example @@ -9,8 +9,8 @@ users: fullname: B User sudouser: True sudo_rules: - - buser ALL=(root) /usr/bin/find - - buser ALL=(otheruser) /usr/bin/script.sh + - ALL=(root) /usr/bin/find + - ALL=(otheruser) /usr/bin/script.sh shell: /bin/bash prime_group: name: primarygroup