Fixing the bug found in the tests

This commit is contained in:
Trevor Suarez 2015-11-03 18:19:03 -05:00
parent 6ca02286d4
commit f006a83c95
1 changed files with 1 additions and 1 deletions

View File

@ -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}}"
}