From 79d1677e7f7d9b42ab7db8fcba39e6610eac7319 Mon Sep 17 00:00:00 2001 From: bellaweo Date: Wed, 15 Feb 2017 14:27:40 -0800 Subject: [PATCH] add comment --- sudoers/map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/sudoers/map.jinja b/sudoers/map.jinja index 6e9f78e..96b25fc 100644 --- a/sudoers/map.jinja +++ b/sudoers/map.jinja @@ -14,6 +14,7 @@ 'group': 'wheel'}, }, merge=salt['pillar.get']('sudoers:lookup', None)) %} +# our plos active directory core groups sudoers permissions, filtered by environment {% set ad_group_maps = salt['grains.filter_by']({ 'default': { 'default': 'ALL = (ALL:ALL) NOPASSWD: SUPPORT' }, 'vagrant': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },