mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-05-07 03:54:05 +02:00
we only need the keys of the group_maps pillar
This commit is contained in:
parent
d1767ba253
commit
302063b7a6
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user