exclude elevated_executed_command from config interpolation so it can be used correctly later

pull/5344/head
Megan Marsh 9 years ago
parent fc1ce68bff
commit d458628529

@ -102,6 +102,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
InterpolateFilter: &interpolate.RenderFilter{
Exclude: []string{
"execute_command",
"elevated_execute_command",
},
},
}, raws...)

Loading…
Cancel
Save