Merge "Fix lint"
This commit is contained in:
commit
53d21bffb7
@ -4,7 +4,7 @@
|
||||
class keystone::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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user