From 1e3f6c98652e47b369ca5a7732f27e94eed99b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 24 Jan 2015 03:31:01 +0100 Subject: [PATCH] Fix pillar.example->sudo_rules. --- pillar.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 9085ac2..93eeb74 100644 --- a/pillar.example +++ b/pillar.example @@ -12,8 +12,8 @@ users: expire: 16426 sudouser: True sudo_rules: - - ALL=(root) /usr/bin/find - - ALL=(otheruser) /usr/bin/script.sh + - 'ALL=(root) /usr/bin/find' + - 'ALL=(otheruser) /usr/bin/script.sh' shell: /bin/bash prime_group: name: primarygroup