1
0
Fork 0

Merge pull request #70 from kmosher/master

fix: permissions on sudoers include dir were wrong
This commit is contained in:
Éric Veiras Galisson 2020-11-26 14:37:48 +01:00 committed by GitHub
commit 9c7ef4068c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}