Merge "Fix lint"

This commit is contained in:
Zuul 2018-12-12 17:32:23 +00:00 committed by Gerrit Code Review
commit 4a1243f7a5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class barbican::params {
include ::openstacklib::defaults
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 = ''