mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2024-12-18 06:12:56 +01:00
Revert change
The '#' here does not indicate a comment
This commit is contained in:
parent
9ec75d1cd8
commit
e732663da9
@ -96,5 +96,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
||||
{%- endfor %}
|
||||
|
||||
{% if includedir %}
|
||||
includedir {{ includedir }}
|
||||
## Read drop-in files from /etc/sudoers.d
|
||||
## (the '#' here does not indicate a comment)
|
||||
#includedir {{ includedir }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user