Correct distro package names for libtidy
* modules/jenkins/manifests/params.pp: Commit 2654943 got the package names for libtidy backwards between Red Hat and Debian distro families, so switch them to be correct. Change-Id: Iaf6290630f679cb64a4b6b17d37d840992988976
This commit is contained in:
parent
265494334d
commit
b87b8578a7
@ -24,7 +24,7 @@ class jenkins::params {
|
||||
$librrd_dev_package = 'rrdtool-devel'
|
||||
# packages needed by document translation
|
||||
$gnome_doc_package = 'gnome-doc-utils'
|
||||
$libtidy_package = 'libtidy-0.99-0'
|
||||
$libtidy_package = 'libtidy'
|
||||
# for keystone ldap auth integration
|
||||
$libsasl_dev = 'cyrus-sasl-devel'
|
||||
$mysql_dev_package = 'mysql-devel'
|
||||
@ -89,7 +89,7 @@ class jenkins::params {
|
||||
$librrd_dev_package = 'librrd-dev'
|
||||
# packages needed by document translation
|
||||
$gnome_doc_package = 'gnome-doc-utils'
|
||||
$libtidy_package = 'libtidy'
|
||||
$libtidy_package = 'libtidy-0.99-0'
|
||||
# for keystone ldap auth integration
|
||||
$libsasl_dev = 'libsasl2-dev'
|
||||
$mysql_dev_package = 'libmysqlclient-dev'
|
||||
|
Loading…
x
Reference in New Issue
Block a user