1
0
Fork 0
mirror of synced 2024-07-26 18:11:10 -04:00

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

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