add state to add os patch schedule and state to apply patches - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/84

This commit is contained in:
m0duspwnens
2019-11-05 17:22:27 -05:00
parent 21494ab1ff
commit e6421f45fb
4 changed files with 42 additions and 0 deletions

4
salt/patch/os.sls Normal file
View File

@@ -0,0 +1,4 @@
patch_os:
pkg.uptodate:
- name: patch_os
- refresh: True