Fixes the lint issues now that the lint jobs fail
properly.

Change-Id: I78caa461fc9b2327a5d1ba39488f924f26da4354
This commit is contained in:
Tobias Urdin 2018-12-18 11:07:09 +01:00
parent 88e07d5fdb
commit 7f898a48eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
class openstacklib::params {
if ($::os_package_type == 'debian') or ($::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 = ''