From 7d356c0629a7aa7ea7d7e8abd4fce7beaba176d6 Mon Sep 17 00:00:00 2001 From: Wesley Arthur <31480330+wesleyarthur@users.noreply.github.com> Date: Fri, 16 Mar 2018 13:00:45 -0400 Subject: [PATCH] Update to include netgroup example Update to include netgroup example --- pillar.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index a44479a..8600ccf 100644 --- a/pillar.example +++ b/pillar.example @@ -47,5 +47,7 @@ sudoers: - 'ALL=(ALL) ALL' extra-file-2: groups: - bargroup: + %bargroup: + - 'ALL=(ALL) NOPASSWD: ALL' + +mynetgroup: - 'ALL=(ALL) NOPASSWD: ALL'