From 78d55242d648adfaca2f90f35cdfd529e813f09f Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Tue, 18 Dec 2018 11:02:21 +0100 Subject: [PATCH] Fix lint Fix the lint issue that is not failing properly due to fixed lint jobs. Change-Id: I8564702d20aeb3cbf0d4f06313757dfe9a567c24 --- manifests/pxe.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pxe.pp b/manifests/pxe.pp index 4a9332f9..d05d7c6c 100644 --- a/manifests/pxe.pp +++ b/manifests/pxe.pp @@ -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 = ''