You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
Hello there.
Many thanks Fabio and everyone for this excellent plugin.
I'm using Vagrant version 1.8.1 on Ubuntu x64 14.04 with cachier plugin version: vagrant-cachier (1.2.1).
And recently observed that auto_detect on a CentOS guest did not cache pip packages. This is what I have in my Vagrantfile:
if Vagrant.has_plugin?("vagrant-cachier")
config.cache.scope = :machine
config.cache.auto_detect = true
end
I use VAGRANT_DOTFILE_PATH="~/.vagrant"
When I see /home/parag.doke/.vagrant/machines/myvm/cache, I only see a "yum" folder there. And I am sure I ran pip install commands inside the guest.