updated apparmor state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
426d5a7caa
commit
9267a8f78e
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
{%- from "apparmor/map.jinja" import apparmor with context %}
|
{%- from "apparmor/map.jinja" import apparmor with context %}
|
||||||
|
{%- if not salt['grains.get']('container') %}
|
||||||
{%- if apparmor.enabled is defined and apparmor.enabled %}
|
{%- if apparmor.enabled is defined and apparmor.enabled %}
|
||||||
{%- for cfg in apparmor.configs %}
|
{%- for cfg in apparmor.configs %}
|
||||||
apparmor-{{ cfg }}:
|
apparmor-{{ cfg }}:
|
||||||
@ -19,3 +20,4 @@ apparmor-reload:
|
|||||||
- name: apparmor
|
- name: apparmor
|
||||||
- enable: true
|
- enable: true
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
{%- endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user