provisioner/puppet-masterless: detailed exit codes

pull/415/head
Mitchell Hashimoto 13 years ago
parent d29c5cd231
commit 4e0c25c95f

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