The libraries jobs fails with:
manifests/params.pp:9:ERROR: two-space soft tabs not used

Change-Id: Iaab72bda1bddfb59b77a1eb1e70c4ba23a932b1f
Closes-Bug: #1806790
This commit is contained in:
ZhongShengping 2018-12-12 08:42:23 +08:00
parent 0b01770e01
commit 2aae92434d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class heat::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 = ''