kusnier / vagrant-persistent-storage

A Vagrant plugin that creates a persistent storage and attaches it to guest machine.
MIT License
292 stars 68 forks source link

Plugin does not work with kitchen-vagrant #84

Closed tyuio9 closed 6 years ago

tyuio9 commented 6 years ago
Gem kitchen-vagrant uses option vagrantfiles [0] to define other
Vagrantfiles to be merged with default one. Under the hood it uses
require on top of main Vagrantfile. When you configure persistent
storage plugin in one of vagrantfiles [0] plugin will be disabled
due to load order and merging [1].

[0] https://github.com/test-kitchen/kitchen-vagrant#-vagrantfiles
[1] https://www.vagrantup.com/docs/vagrantfile/#load-order
kusnier commented 6 years ago

Fixed with 0.0.38