From: Todd Malsbary Date: Mon, 29 Mar 2021 17:57:54 +0000 (-0700) Subject: Fix function declaration reported by bashate X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=d044b7f516e10eecdb313b1f003185326a1f29c8;p=icn.git Fix function declaration reported by bashate Signed-off-by: Todd Malsbary Change-Id: I622a7a6a93b75f0ab7a1f556c7f15d0d4999d3f0 --- diff --git a/deploy/metal3-vm/03_launch_mgmt_cluster.sh b/deploy/metal3-vm/03_launch_mgmt_cluster.sh index b349856..62ab294 100755 --- a/deploy/metal3-vm/03_launch_mgmt_cluster.sh +++ b/deploy/metal3-vm/03_launch_mgmt_cluster.sh @@ -60,7 +60,7 @@ function launch_baremetal_operator { kubectl apply -f $BMODIR/operator/no_ironic/operator.yaml -n metal3 } -function cloud_init_scripts() { +function cloud_init_scripts { cat << 'EOF' write_files: - path: /var/lib/cloud/scripts/per-boot/run_dhclient.sh