1
0
Fork 0

we only need the keys of the group_maps pillar

This commit is contained in:
bellaweo 2017-02-15 14:52:37 -08:00
parent d1767ba253
commit 302063b7a6
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{% from "sudoers/map.jinja" import sudoers with context %}
##{%- set ad_groups = pillar.get('group_map:core', {}) %}
{%- set ad_groups = salt['pillar.get']('group_map:core') %}
# our list of plos core active directory groups
{%- set ad_groups = salt['pillar.get']('group_map:core').keys() %}
sudo:
pkg.installed: