Merge pull request #9944 from Security-Onion-Solutions/guifixes

Change yum to dnf
This commit is contained in:
Mike Reeves
2023-03-17 08:28:26 -04:00
committed by GitHub

View File

@@ -16,13 +16,13 @@
file.absent:
- name: {{ REPOPATH }}{{ file }}
- onchanges_in:
- cmd: cleanyum
- cmd: cleandnf
{% endfor %}
{% endif %}
cleanyum:
cleandnf:
cmd.run:
- name: 'yum clean all'
- name: 'dnf clean all'
- onchanges:
- so_repo