This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
add dependency to linux_repo_prereq_pkgs in selinux.mode
pull/126/head
Nick Metz
7 years ago
parent
45423245b3
commit
3e17d4e301
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
+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 %}
Write
Preview
Loading…
Cancel
Save