we only need the keys of the group_maps pillar
This commit is contained in:
parent
d1767ba253
commit
302063b7a6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
{% from "sudoers/map.jinja" import sudoers with context %}
|
{% 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:
|
sudo:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
|
Loading…
Reference in a new issue