Skip to content

Commit

Permalink
Merge pull request #70 from kmosher/master
Browse files Browse the repository at this point in the history
fix: permissions on sudoers include dir were wrong
  • Loading branch information
daks authored Nov 26, 2020
2 parents a56d54e + c6a3a60 commit 9c7ef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sudoers/included.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 9c7ef40

Please sign in to comment.