includedir fix
This commit is contained in:
parent
ffda08bc09
commit
4f842bf457
2 changed files with 2 additions and 2 deletions
|
@ -25,4 +25,4 @@ sudoers:
|
|||
- /usr/bin/renice
|
||||
- /usr/bin/pkill
|
||||
- /usr/bin/top
|
||||
include: /etc/sudoers.d
|
||||
includedir: /etc/sudoers.d
|
||||
|
|
|
@ -36,7 +36,7 @@ Defaults {{ default }}
|
|||
# Group privilege specification
|
||||
{{ groups }}
|
||||
|
||||
{% if includes %}
|
||||
{% if includedir %}
|
||||
includedir {{ includedir }}
|
||||
{% else %}
|
||||
#includedir /etc/sudoers.d
|
||||
|
|
Loading…
Reference in a new issue