Fixes lint issues now that lint jobs fail properly.

Change-Id: I13501a079c7611790500b559fc46dbc7974505f1
This commit is contained in:
Tobias Urdin 2018-12-18 11:15:38 +01:00
parent 12244b81c3
commit b8fcad11c6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
class tempest::params {
include ::openstacklib::defaults
if ($::os['name'] == 'Fedora') or
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
$pyvers = '3'
} else {
$pyvers = ''