ansible/test/integration/targets/subversion/vars/RedHat.yml
Matt Clay 278aa94f1f [stable-2.7] Fix subversion integration test on Fedora 29. (#51089)
* Fix subversion integration test on Fedora 29.

This upgrades the sqlite-libs and subversion packages to make sure
that the version of sqlite expected by subversion is installed.

* Fix compatibility with RHEL and CentOS.
(cherry picked from commit d4dbc7f2e0)

Co-authored-by: Matt Clay <matt@mystile.com>
2019-01-18 16:24:32 -08:00

10 lines
219 B
YAML

---
subversion_packages:
- mod_dav_svn
- subversion
upgrade_packages:
# prevent sqlite from being out-of-sync with the version subversion was compiled with
- subversion
- sqlite
apache_user: apache
apache_group: apache