Fix lint
Fix the lint issue that is not failing properly due to fixed lint jobs. Change-Id: I8564702d20aeb3cbf0d4f06313757dfe9a567c24
This commit is contained in:
parent
9667e22cd9
commit
78d55242d6
@ -70,7 +70,7 @@ class ironic::pxe (
|
||||
$http_port_real = pick($::ironic::pxe::common::http_port, $http_port)
|
||||
|
||||
if ($::os['name'] == 'Fedora') or
|
||||
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
|
||||
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
|
||||
$arch = "-${::os['architecture']}"
|
||||
} else {
|
||||
$arch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user