Replace apt-cacher error with warning

This commit is contained in:
Fabio Rehm 2013-10-12 18:28:09 -03:00
parent d6066fbde7
commit 4972ec0fa5

View file

@ -25,8 +25,7 @@ module VagrantPlugins
end
end
else
# TODO: Raise a better error
raise "You've configured an APT-CACHER cache for a guest machine that does not support it!"
@env[:ui].info I18n.t('vagrant_cachier.skipping_bucket', bucket: 'apt-cacher')
end
end
end