Compare commits

..

No commits in common. "124f1ee22613e9b77a9a2c74fd66658b03215c7e" and "91089d5d98d1a8833698d719beb7211988a52cb2" have entirely different histories.

4 changed files with 0 additions and 22 deletions

View File

@ -209,9 +209,3 @@ firewalld:
services:
- http
- https
profile:
apparmor:
local:
usr.sbin.nginx:
- '/srv/www/{libsso.net,sso.casa,sso.syscid.com}/{index.html,stuff/tacit-css-1.5.2.min.css} r,'

View File

@ -68,9 +68,3 @@ firewalld:
services:
- http
- https
profile:
apparmor:
local:
usr.sbin.nginx:
- '{{ trustcrt }} r,'

View File

@ -1,9 +0,0 @@
{%- 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 %}

View File

@ -1,5 +1,4 @@
include:
- apparmor.local
- nginx.pkg
- nginx.config
- nginx.snippets