Fix lint
The libraries jobs fails with: manifests/params.pp:9:ERROR: two-space soft tabs not used Change-Id: Iace306c420402b09ed599f2b0048557bf5046aa2 Closes-Bug: #1806790
This commit is contained in:
parent
5f9194a91f
commit
e67bcf873d
@ -6,7 +6,7 @@ class cinder::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…
x
Reference in New Issue
Block a user