DM

Results 2 issues of DM

Is there anyway to specify connection attempts in the verifier? It appears like kitchen is trying to login before the VM is accepting ssh connections.... If I don't do the...

question
ruby gem
error message

Add ability to generate dynamic credentials to use in build step ``` node { def secrets = [ [path: 'azure/creds/myazurerole', engineVersion: azure, secretValues: [ [client_id: 'myID', client_secret: 'mySecret'], ]], ]...