Skip to content

Commit

Permalink
Merge pull request #74 from stasjok/fix-idempotence
Browse files Browse the repository at this point in the history
fix(sudoers/included): fix idempotence with purge_includedir=True
  • Loading branch information
daks authored Apr 30, 2021
2 parents 285cdaa + a64bf89 commit 4e8f515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sudoers/included.sls
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ sudoers include {{ included_file }}:
{% if sudoers.manage_main_config %}
- require:
- file: {{ sudoers.configpath }}/sudoers
- require_in:
- file: {{ sudoers.includedir }}
{% endif %}
{% endfor %}

0 comments on commit 4e8f515

Please sign in to comment.