mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-05-14 06:30:38 +02:00
fix(macros)
This commit is contained in:
parent
a1b88a9845
commit
d8a0e12abf
@ -12,7 +12,7 @@
|
|||||||
- context:
|
- context:
|
||||||
for_user: {{ for_user }}
|
for_user: {{ for_user }}
|
||||||
sudo: {{ sudo }}
|
sudo: {{ sudo }}
|
||||||
config: {{ config }}
|
config: {{ config|tojson }}
|
||||||
|
|
||||||
{% elif state == 'absent' %}
|
{% elif state == 'absent' %}
|
||||||
/etc/sudoers.d/{{ filename }}:
|
/etc/sudoers.d/{{ filename }}:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user