fix: permissions on sudoers include dir were wrong
This commit is contained in:
parent
a56d54ee1d
commit
c6a3a6040f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ include:
|
|||
file.directory:
|
||||
- user: root
|
||||
- group: {{ sudoers.group }}
|
||||
- mode: 440
|
||||
- mode: 750
|
||||
- clean: {{ sudoers.purge_includedir }}
|
||||
|
||||
{% set included_files = sudoers.included_files %}
|
||||
|
|
Loading…
Reference in a new issue