From 0854c0759dcf0751a2686b67cdd2adeb118fa27f Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Mar 31 2017 19:30:01 +0000 Subject: add a trusted group on the openqa role that can sudo without password --- diff --git a/pillar/role/openqa.sls b/pillar/role/openqa.sls index 792d600..5ef3e25 100644 --- a/pillar/role/openqa.sls +++ b/pillar/role/openqa.sls @@ -1 +1,6 @@ -# +sudoers: + included_files: + /etc/sudoers.d/openqa_trusted_group_nopasswd: + groups: + trusted: + - 'ALL=(ALL) NOPASSWD: ALL'