provisioner/puppet-masterless: detailed exit codes

This commit is contained in:
Mitchell Hashimoto 2013-09-09 14:46:25 -07:00
parent c83fbc0b42
commit a14a3fe3f1
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
p.config.ExecuteCommand = "{{.FacterVars}}{{if .Sudo}} sudo -E {{end}}" +
"puppet apply --verbose --modulepath='{{.ModulePath}}' " +
"{{if .HasHieraConfigPath}}--hiera_config='{{.HieraConfigPath}}' {{end}}" +
"--detailed-exitcodes " +
"{{.ManifestFile}}"
}