mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2025-02-17 17:54:37 +01:00
Update sudoers
Enable includedir
This commit is contained in:
parent
4e579839c5
commit
f9e8655284
@ -96,5 +96,5 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
|||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
{% if includedir %}
|
{% if includedir %}
|
||||||
#includedir {{ includedir }}
|
includedir {{ includedir }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user