Added policyGroup and policyName to Packer Communicator
This commit is contained in:
parent
fe90f79704
commit
7354247933
|
@ -350,6 +350,8 @@ func (p *Provisioner) createConfig(
|
|||
remoteKeyPath string,
|
||||
validationClientName string,
|
||||
chefEnvironment string,
|
||||
policyGroup string,
|
||||
policyName string,
|
||||
sslVerifyMode string,
|
||||
trustedCertsDir string) (string, error) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue