From dc96b388f7249f13b527a313d9dd21c9af965342 Mon Sep 17 00:00:00 2001 From: Andrew Bays Date: Tue, 22 Oct 2019 13:21:49 -0400 Subject: [PATCH] Make automation use default 'cluster' dir Change-Id: I0c6c794a172181a58f84a0d1b607c402cb2419d0 --- pkg/automation/baremetal.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/automation/baremetal.go b/pkg/automation/baremetal.go index 9a15e74..94abdce 100644 --- a/pkg/automation/baremetal.go +++ b/pkg/automation/baremetal.go @@ -388,9 +388,8 @@ func (bad baremetalAutomatedDeployment) runConfigGenerationScripts(automationRep // Add scripts to run scripts := []scriptRunInstance{} - commonArgs := []string{ - fmt.Sprintf("-m%s", automationManifestsPath), - } + // Placeholder + commonArgs := []string{} scripts = append(scripts, scriptRunInstance{ description: "dnsmasq provisioning config generation", -- 2.16.6