Darragh Bailey
7807d2bbaa
Allow explicit disabling of auto detected buckets
...
Add config option to identify buckets that should not be automatically
enabled with using `config.cache.auto_detect = true`.
After turning on the auto_detect behaviour, with this change you can
now explicitly disable any bucket type through your Vagrantfile e.g.
`config.cache.disable = :chef_gem`.
Fixes #115
2015-03-03 11:36:17 +00:00
Fabio Rehm
82fe74a888
👋 to the deprecated enable_nfs
config
2014-07-20 20:36:32 -03:00
Fabio Rehm
59887560ed
Trigger plugin activation by setting cache scope [GH-17]
2014-02-26 22:03:21 -03:00
Fabio Rehm
0106155a0f
Disable the plugin on machines backed by cloud providers (fix GH-45)
2014-02-26 22:03:21 -03:00
Fabio Rehm
ca8764f938
Add support for disabling the plugin [GH-72]
2014-02-26 22:03:21 -03:00
Fabio Rehm
d823a97cb8
When specifying NFS synced folders we need to use a symbol (fix GH-76)
2014-02-26 22:03:20 -03:00
Fabio Rehm
4ffb47f838
Display enable_nfs deprecation warning only once
2014-02-26 22:03:20 -03:00
Fabio Rehm
e4f6dd69e4
Display a warning using Vagrant's UI in case enable_nfs is set
2014-02-26 22:03:20 -03:00
Fabio Rehm
cdf13d3f70
Mark config.enable_nfs
as deprecated
2014-02-26 22:03:20 -03:00
Fabio Rehm
3b83867427
Replace enable_nfs
and sync_opts
config with synced_folder_opts
2014-02-26 22:03:20 -03:00
Erno Aapa
4668f1d486
Support for extra synced_folder options
...
Added ability to pass extra synced_folder options through new
config.cache.sync_opts -configuration.
2014-02-26 22:03:20 -03:00
Fabio Rehm
068d9cc8b8
Validate machine scopes from config object and show a nice looking message instead of a stacktrace :)
...
This should be enough to close #33
2013-08-03 14:53:43 -03:00
Fabio Rehm
bbdbc5beba
Add support for using NFS for root cache folder
2013-06-11 20:17:54 -03:00
Patrick Connolly
292c7d2444
Moves from Vagrant to VagrantPlugins top-level namespace.
2013-06-07 22:37:02 -04:00
Fabio Rehm
35515ed243
Look ma, first public release and no specs!
2013-05-22 20:37:14 -03:00