1
0
Fork 0

Merge pull request #19 from smlloyd/master

included_files default changed to empty dict.
This commit is contained in:
Nitin Madhok 2014-12-24 10:05:26 -05:00
commit 0a1fab9f8a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include:
- sudoers
{% set sudoers = pillar.get('sudoers', {}) %}
{% set included_files = sudoers.get('included_files', []) %}
{% set included_files = sudoers.get('included_files', {}) %}
{% for included_file,spec in included_files.items() -%}
{{ included_file }}:
file.managed: