This is no longer needed
This commit is contained in:
parent
98c211590c
commit
1541f35ef8
2 changed files with 0 additions and 16 deletions
|
@ -1,9 +0,0 @@
|
|||
module VagrantPlugins
|
||||
module Cachier
|
||||
module Errors
|
||||
class MultipleProviderSpecificCacheDirsFound < Vagrant::Errors::VagrantError
|
||||
error_key(:multiple_provider_specific_cache_dirs_found)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
|
@ -16,10 +16,3 @@ en:
|
|||
scoped cache dirs starting with the 0.3.0 version of the plugin.
|
||||
unable_to_ssh: |-
|
||||
vagrant-cachier was unable to SSH into the VM to remove symlinks!
|
||||
vagrant:
|
||||
errors:
|
||||
multiple_provider_specific_cache_dirs_found: |-
|
||||
There are multiple provider specific cache dirs for the '%{machine}' machine:
|
||||
%{dirs}
|
||||
Please move one of them up to `%{machine_path}/cache` and remove the others
|
||||
before bringing the machine up again.
|
||||
|
|
Loading…
Reference in a new issue