chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

use a common key for dev environment test VMs #34

Closed robbkidd closed 6 years ago

robbkidd commented 6 years ago

Description

This makes running chef-apply across these temporary VMs easier with a single "-i ~/.vagrant.d/insecure_private_key" switch.

Reduced some of the duplication of the 5 ubuntu entries to a loop.

Check List