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