Ver código fonte
fix selinux dependencies
Change-Id: I45c932cf18dbc1073a86cbab272d2dda9f15fa41
pull/93/head
Tomáš Kukrál
7 anos atrás
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com
2 adições e
2 exclusões
-
linux/system/selinux.sls
|
|
@@ -2,7 +2,7 @@ |
|
|
|
{%- if system.enabled %} |
|
|
|
|
|
|
|
include: |
|
|
|
- linux.system.package |
|
|
|
- linux.system.repo |
|
|
|
|
|
|
|
{%- if grains.os_family == 'RedHat' %} |
|
|
|
|
|
|
@@ -21,7 +21,7 @@ selinux_config: |
|
|
|
selinux.mode: |
|
|
|
- name: {{ system.get('selinux', 'permissive') }} |
|
|
|
- require: |
|
|
|
- pkg: linux_packages |
|
|
|
- pkg: linux_repo_prereq_pkgs |
|
|
|
|
|
|
|
{%- endif %} |
|
|
|
|