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: file.absent:
- name: {{ REPOPATH }}{{ file }} - name: {{ REPOPATH }}{{ file }}
- onchanges_in: - onchanges_in:
- cmd: cleanyum - cmd: cleandnf
{% endfor %} {% endfor %}
{% endif %} {% endif %}
cleanyum: cleandnf:
cmd.run: cmd.run:
- name: 'yum clean all' - name: 'dnf clean all'
- onchanges: - onchanges:
- so_repo - so_repo