Added policyGroup and policyName to Packer Communicator

This commit is contained in:
Evan Machnic 2018-01-31 11:01:08 -06:00
parent fe90f79704
commit 7354247933
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ func (p *Provisioner) createConfig(
remoteKeyPath string, remoteKeyPath string,
validationClientName string, validationClientName string,
chefEnvironment string, chefEnvironment string,
policyGroup string,
policyName string,
sslVerifyMode string, sslVerifyMode string,
trustedCertsDir string) (string, error) { trustedCertsDir string) (string, error) {