Merge pull request #2834 from rickard-von-essen/issue-2828
Fixes #2828: parallels prlctl_post don't interpolate values.
This commit is contained in:
commit
88386bc9db
|
@ -65,6 +65,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
|
|||
Exclude: []string{
|
||||
"boot_command",
|
||||
"prlctl",
|
||||
"prlctl_post",
|
||||
"parallels_tools_guest_path",
|
||||
},
|
||||
},
|
||||
|
|
|
@ -41,6 +41,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
|
|||
Exclude: []string{
|
||||
"boot_command",
|
||||
"prlctl",
|
||||
"prlctl_post",
|
||||
"parallels_tools_guest_path",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue