provisioner/puppet-masterless: detailed exit codes

pull/919/head
Mitchell Hashimoto 13 years ago
parent c83fbc0b42
commit a14a3fe3f1

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

Loading…
Cancel
Save