Fixes for dnf and user integration tests. (#34603)

* Fix user test.
* Use `dnf` instead of `yum` in dnf test.
* Install correct version of rpmfluff for tests.
This commit is contained in:
Matt Clay 2018-01-08 16:36:53 -08:00 committed by GitHub
commit 9599630976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -209,6 +209,6 @@
# ============================================================================
always:
- name: Clean up
yum:
dnf:
name: foo
state: absent