Compare commits
No commits in common. "0a00f3ea9367386847162a10d7548b2d0433ce93" and "91089d5d98d1a8833698d719beb7211988a52cb2" have entirely different histories.
0a00f3ea93
...
91089d5d98
@ -209,10 +209,3 @@ firewalld:
|
|||||||
services:
|
services:
|
||||||
- http
|
- http
|
||||||
- https
|
- https
|
||||||
|
|
||||||
profile:
|
|
||||||
apparmor:
|
|
||||||
local:
|
|
||||||
usr.sbin.nginx:
|
|
||||||
- '{{ trustcrt }} r,'
|
|
||||||
- '/srv/www/{libsso.net,sso.casa,sso.syscid.com}/{index.html,stuff/tacit-css-1.5.2.min.css} r,'
|
|
||||||
|
@ -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 %}
|
|
@ -1,6 +1,5 @@
|
|||||||
include:
|
include:
|
||||||
- nginx.pkg
|
- nginx.pkg
|
||||||
- profile.apparmor.local
|
|
||||||
- nginx.config
|
- nginx.config
|
||||||
- nginx.snippets
|
- nginx.snippets
|
||||||
- nginx.servers
|
- nginx.servers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user