Fix the lint issue that is not failing properly
due to fixed lint jobs.

Change-Id: I8564702d20aeb3cbf0d4f06313757dfe9a567c24
This commit is contained in:
Tobias Urdin 2018-12-18 11:02:21 +01:00
parent 9667e22cd9
commit 78d55242d6
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ''