Merge "Removing extra parens"

This commit is contained in:
Jenkins 2014-07-05 23:12:28 +00:00 committed by Gerrit Code Review
commit 113e7d3767
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class openstack_project::jenkins_params {
$python_magic_package = 'python-magic'
$python_requests_package = 'python-requests'
$python_zmq_package = 'python-zmq'
if ($::lsbdistcodename) == 'trusty' {
if $::lsbdistcodename == 'trusty' {
$rubygems_package = 'ruby'
} else {
$rubygems_package = 'rubygems'