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:
Jeremy Stanley 2013-12-17 15:22:46 +00:00
parent 265494334d
commit b87b8578a7
1 changed files with 2 additions and 2 deletions

View File

@ -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'