updated apparmor state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2023-06-27 11:45:14 +02:00
parent 426d5a7caa
commit 9267a8f78e

View File

@ -1,5 +1,6 @@
---
{%- from "apparmor/map.jinja" import apparmor with context %}
{%- if not salt['grains.get']('container') %}
{%- if apparmor.enabled is defined and apparmor.enabled %}
{%- for cfg in apparmor.configs %}
apparmor-{{ cfg }}:
@ -19,3 +20,4 @@ apparmor-reload:
- name: apparmor
- enable: true
{%- endif %}
{%- endif %}