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