85901b37df
This moves the hard coded package name for mariadb into the RedHat specific hieradata file. This was recently added to controller.yaml ina1b3fa3e84
. Also, resolves an issue where RedHat.yaml wasn't actually getting deployed. This is something that should have happened in5009cc6432
. Change-Id: Iaa30be3c53a7c54d31d47b997966b0106a202ea4
10 lines
331 B
YAML
10 lines
331 B
YAML
# RedHat specific overrides go here
|
|
rabbitmq::package_provider: 'yum'
|
|
|
|
# The Galera package should work in cluster and
|
|
# non-cluster modes based on the config file.
|
|
# We set the package name here explicitly so
|
|
# that it matches what we pre-install
|
|
# in tripleo-puppet-elements.
|
|
mysql::server::package_name: 'mariadb-galera-server'
|