When using vagrant machines with test-kitchen the pre_create_command
allows you to specify a command which is run locally before the vagrant machine is being created. With kitchen-docker no such configuration option seems to exist, and bending chef_omnibus_url
as suggested here isn't an option.
The script specified as pre_create_command
for the testing vagrants generates a local chef data bag.
Is there a solution around which I've overlooked?