{%- set aapillar = salt['pillar.get']('profile:apparmor') %} {%- if 'local' in aapillar %} {%- for profile, lines in aapillar['local'].items() %} /etc/apparmor.d/local/{{ profile }}: file.managed: - contents: {{ lines }} {%- endfor %} {%- endif %}