Browse Source

add dependency to linux_repo_prereq_pkgs in selinux.mode

pull/126/head
Nick Metz 7 years ago
parent
commit
3e17d4e301
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      linux/system/selinux.sls

+ 3
- 1
linux/system/selinux.sls View File

@@ -8,7 +8,9 @@ include:
{%- set mode = system.selinux %}

{{ mode }}:
selinux.mode
selinux.mode:
- require:
- pkg: linux_repo_prereq_pkgs

{%- endif %}


Loading…
Cancel
Save