future proofing the trusty/precise changes

Change-Id: I09e2f41ffc47c1c30859e6115ce977ab8cb29e50
This commit is contained in:
Spencer Krum 2014-08-02 21:14:10 -07:00
parent 874b6d023f
commit fb5d682773
1 changed files with 3 additions and 3 deletions

View File

@ -123,10 +123,10 @@ class openstack_project::jenkins_params {
$python_magic_package = 'python-magic'
$python_requests_package = 'python-requests'
$python_zmq_package = 'python-zmq'
if $::lsbdistcodename == 'trusty' {
$rubygems_package = 'ruby'
} else {
if $::lsbdistcodename == 'precise' {
$rubygems_package = 'rubygems'
} else {
$rubygems_package = 'ruby'
}
$ruby1_9_1_package = 'ruby1.9.1'
$ruby1_9_1_dev_package = 'ruby1.9.1-dev'