From d044b7f516e10eecdb313b1f003185326a1f29c8 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Mon, 29 Mar 2021 10:57:54 -0700 Subject: [PATCH] Fix function declaration reported by bashate Signed-off-by: Todd Malsbary Change-Id: I622a7a6a93b75f0ab7a1f556c7f15d0d4999d3f0 --- deploy/metal3-vm/03_launch_mgmt_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6