Fixing the bug found in the tests
This commit is contained in:
parent
6ca02286d4
commit
f006a83c95
|
@ -90,7 +90,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
|
|||
"{{if ne .HieraConfigPath \"\"}}--hiera_config='{{.HieraConfigPath}}' {{end}}" +
|
||||
"{{if ne .ManifestDir \"\"}}--manifestdir='{{.ManifestDir}}' {{end}}" +
|
||||
"--detailed-exitcodes " +
|
||||
"{{.ExtraArguments}} " +
|
||||
"{{if ne .ExtraArguments \"\"}}{{.ExtraArguments}} {{end}}" +
|
||||
"{{.ManifestFile}}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue