Merge pull request #2834 from rickard-von-essen/issue-2828

Fixes #2828: parallels prlctl_post don't interpolate values.
This commit is contained in:
Rickard von Essen 2015-10-15 09:38:13 +02:00
commit 88386bc9db
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",
},
},