future proofing the trusty/precise changes
Change-Id: I09e2f41ffc47c1c30859e6115ce977ab8cb29e50
This commit is contained in:
parent
874b6d023f
commit
fb5d682773
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user