mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2024-11-27 22:38:22 +01:00
Revert change
The # is not a comment, it's the #includedir syntax
This commit is contained in:
parent
9ec75d1cd8
commit
823283fea1
@ -96,5 +96,5 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
||||
{%- endfor %}
|
||||
|
||||
{% if includedir %}
|
||||
includedir {{ includedir }}
|
||||
#includedir {{ includedir }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user