From 0aab4b551616e1fd3a7b78b0b1fffdf5a318fa95 Mon Sep 17 00:00:00 2001 From: tiger-seo Date: Sat, 11 Apr 2015 15:14:36 +0300 Subject: [PATCH] fixing example for sudo defaults for specific user --- pillar.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 070f41a..9c88b56 100644 --- a/pillar.example +++ b/pillar.example @@ -15,7 +15,7 @@ users: - ALL=(root) /usr/bin/find - ALL=(otheruser) /usr/bin/script.sh sudo_defaults: - - !requiretty + - '!requiretty' shell: /bin/bash prime_group: name: primarygroup