diff --git a/README.md b/README.md index b5b07bfb..88ae5fc9 100644 --- a/README.md +++ b/README.md @@ -529,6 +529,12 @@ object, which means that methods like `config[:kitchen_root]`, `instance.name`, and `instance.provisioner[:run_list]` can be used to compose a custom Vagrantfile if necessary. +```yaml +--- +driver: + vagrantfile_erb: CustomVagrantfile.erb +``` + **Warning:** Be cautious when going down this road as your setup may cease to be portable or applicable to other Test Kitchen Drivers such as Ec2 or Docker. Using the alternative Vagrantfile template strategy may be a dangerous