diff --git a/README.md b/README.md index fae0eed..c03b42f 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,10 @@ Vagrant.configure("2") do |config| end ``` -This is useful, if you are using containers inside your VMs, e.g VirtualBox -> LXC. This would allow you to reuse packages without sharing folder inside VirtualBox. Only works with NFS-shared folders (since `vboxsf` is enforcing `vagrant`-user and `apt-cacher` is running under `apt-cacher-ng` user) +This is useful, if you are using containers inside your VMs, e.g VirtualBox -> LXC. +This would allow you to reuse packages without sharing folder inside VirtualBox. Only +works with NFS-shared folders (since `vboxsf` is enforcing `vagrant`-user and `apt-cacher` +is running under `apt-cacher-ng` user) # install apt-cacher on (Host)-VM $ sudo apt-get install apt-cacher-ng diff --git a/lib/vagrant-cachier/bucket/apt_cacher.rb b/lib/vagrant-cachier/bucket/apt_cacher.rb index 4dfce7d..3f4a194 100644 --- a/lib/vagrant-cachier/bucket/apt_cacher.rb +++ b/lib/vagrant-cachier/bucket/apt_cacher.rb @@ -1,4 +1,5 @@ -# Apt-Cacher NG is a caching proxy for software packages which are downloaded by Unix/Linux system distribution mechanisms from mirror servers accessible via HTTP. +# Apt-Cacher NG is a caching proxy for software packages which are downloaded by +# Unix/Linux system distribution mechanisms from mirror servers accessible via HTTP. module VagrantPlugins module Cachier class Bucket