Fixes #2828: parallels prlctl_post don't interpolate values.

This commit is contained in:
Rickard von Essen 2015-10-15 09:26:11 +02:00
parent d1f9a46c13
commit 141dcd5c03
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
Exclude: []string{
"boot_command",
"prlctl",
"prlctl_post",
"parallels_tools_guest_path",
},
},

View File

@ -41,6 +41,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
Exclude: []string{
"boot_command",
"prlctl",
"prlctl_post",
"parallels_tools_guest_path",
},
},