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,
|
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) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue