Commit graph

6 commits

Author SHA1 Message Date
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
6bca147fb9 Use vagrant cloud base boxes for sanity checks 2014-07-20 19:59:27 -03:00
Fabio Rehm
228cae4a9a Remove Vagrant.require_plugin from sanity checks 2014-07-20 19:58:57 -03:00
Ealden Esto E. Escañan
5e5070dc14 Vagrant should be able to download precise64 if we don't have it 2013-12-05 22:50:17 +08:00
Ealden Esto E. Escañan
e960cdb265 Use precise64 for all fixtures
Should be easier to run the acceptance tests as we now only need to get
1 box instead of 2 before.
2013-12-05 22:42:50 +08:00
Fabio Rehm
8efb8daf07 Implement some initial sanity checks using Bats
Somehow related to GH-1
2013-08-13 23:51:13 -03:00