From 7bc398550309892166e4fec1885ef6dea76a8349 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-buildkit/share/xcat/kits/kit_build/puppet/puppet-x86_64/scripts/client.rpm_post --- .../puppet/puppet-x86_64/scripts/client.rpm_post | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-buildkit/share/xcat/kits/kit_build/puppet/puppet-x86_64/scripts/client.rpm_post b/xCAT-buildkit/share/xcat/kits/kit_build/puppet/puppet-x86_64/scripts/client.rpm_post index e6c12c2df..65b311191 100755 --- a/xCAT-buildkit/share/xcat/kits/kit_build/puppet/puppet-x86_64/scripts/client.rpm_post +++ b/xCAT-buildkit/share/xcat/kits/kit_build/puppet/puppet-x86_64/scripts/client.rpm_post @@ -1,17 +1,17 @@ -#!/bin/sh +#!/bin/sh # IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html #------------------------------------------------------------------------------- #=head1 client.rpm_post -#=head2 This command configures the puppet client on a xCAT node. It is used -# as a post installation script for puppet_client_kit.rpm. +#=head2 This command configures the puppet client on a xCAT node. It is used +# as a post installation script for puppet_client_kit.rpm. #=cut #------------------------------------------------------------------------------- if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image #configure the puppet agent configuration files - /xcatpost/config_puppet_client "$@" + /xcatpost/config_puppet_client "$@" fi exit 0