From 1541f35ef8d61916602e509bb8ed9cbd77e19fec Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 2 Jan 2014 01:22:04 -0200 Subject: [PATCH] This is no longer needed --- lib/vagrant-cachier/errors.rb | 9 --------- locales/en.yml | 7 ------- 2 files changed, 16 deletions(-) delete mode 100644 lib/vagrant-cachier/errors.rb diff --git a/lib/vagrant-cachier/errors.rb b/lib/vagrant-cachier/errors.rb deleted file mode 100644 index 0f11696..0000000 --- a/lib/vagrant-cachier/errors.rb +++ /dev/null @@ -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 diff --git a/locales/en.yml b/locales/en.yml index 8badb39..a8eaefd 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -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.