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

This commit is contained in:
Megan Marsh 2017-09-14 10:46:40 -07:00
parent fc1ce68bff
commit d458628529
1 changed files with 1 additions and 0 deletions

View File

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