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

Change-Id: I0899318ce29a1b3a585cb9d7fcfaca12234ef879
Closes-Bug: #1806790
This commit is contained in:
ZhongShengping 2018-12-05 08:41:41 +08:00
parent 402c369d28
commit 1b4a2ef8f3
1 changed files with 1 additions and 1 deletions

View File

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