Commit Graph

297 Commits

Author SHA1 Message Date
Fabio Rehm 18ff01907e Extract "removing symlinks" message out to locale file 2013-08-03 14:28:22 -03:00
Fabio Rehm b109e3c4ad Extract "skipping bucket" message out to a locale file 2013-08-03 14:27:54 -03:00
Fabio Rehm 5f30e3c9da Merge pull request #32 from fgrehm/26-reconfigure-buckets-before-each-provisioner
Reconfigure buckets before each provisioner
2013-08-03 09:38:29 -07:00
Fabio Rehm b07956ee3e Update CHANGELOG 2013-08-03 13:37:05 -03:00
Fabio Rehm 175aba8b43 Update docs 2013-08-03 13:35:59 -03:00
Fabio Rehm e7912fa14a Reconfigure buckets around after each provisioner
Unfortunately I couldn't think of another way of doing this apart from
monkey patching, there is no way to replace a previously defined action
neither we can hook into calls to provisioners themselves.
2013-08-03 13:35:59 -03:00
Fabio Rehm 410872230b Split actions into separate files 2013-08-03 13:35:59 -03:00
Fabio Rehm 0ab8e98862 Indent code 2013-08-03 13:18:30 -03:00
Fabio Rehm c6b568c5f7 Update dependencies 2013-08-03 13:18:14 -03:00
Fabio Rehm c9d9f4b758 Update changelog 2013-08-03 13:18:01 -03:00
Fabio Rehm 35f594e2af Merge pull request #27 from tmatilai/bucket-errors
Don't error out if a bucket is configured for a non-capable guest
2013-08-03 09:10:45 -07:00
Teemu Matilainen 8203161d6d Don't error out if a bucket is configured for a non-capable guest
If a bucket is configured (globally), just print an info level message
when configuring a non-capable guest machine.
2013-08-01 22:35:12 +03:00
Fabio Rehm f5d9ce5072 Update CHANGELOG.md 2013-07-22 18:25:45 -03:00
Patrick Connolly a5b01d2060 Merge pull request #14 from patcon/14-chef-file-cache-path
Adds `file_cache_path` support for Chef
2013-07-22 09:16:51 -07:00
Patrick Connolly 2a7b150fbc Adds chef file_cache_path to README. 2013-07-22 12:16:11 -04:00
Patrick Connolly 82295481db Prepares development Vagrantfile for Chef's file_cache_path testing. 2013-07-22 11:55:09 -04:00
Patrick Connolly 3eede6caf9 Adds basic chef file_cache_path support. 2013-07-22 11:51:27 -04:00
Fabio Rehm 57528f5420 Up version for development 2013-07-21 19:07:06 -03:00
Fabio Rehm 6f25abd4ae Add vagrant-pristine to the mix to ease development 2013-07-18 23:56:42 -03:00
Fabio Rehm 8fad5fafd8 Bump dependencies 2013-07-18 23:54:01 -03:00
Roman Heinrich 8b0b08eace removing misleading warning for apt-cacher in readme 2013-07-17 18:56:26 +02:00
Roman Heinrich fdd6daa5fc readme for apt-cacher 2013-07-17 18:39:15 +02:00
Roman Heinrich b0110897a7 apt-cacher bucket + capability 2013-07-17 13:48:49 +02:00
Roman Heinrich ce6e08fd0d handle MultiWord bucket classes 2013-07-17 13:47:53 +02:00
Roman Heinrich 064160288a handle buckets with "_" in name 2013-07-17 13:47:35 +02:00
Fabio Rehm ae6cb5bcfb v0.2.0 2013-07-10 21:13:06 -03:00
Fabio Rehm 355185b4ce Install RVM for vagrant user and prevent installation if already installed 2013-07-10 20:53:50 -03:00
Fabio Rehm ff23fbaec4 Minor tweak to the readme 2013-07-10 20:53:49 -03:00
Fabio Rehm 5f26cade6c Merge pull request #21 from cromulus/rvm_support
Rvm support
2013-07-10 16:46:16 -07:00
Bill Cromie 9831b198dc adding rvm info to the docs 2013-07-01 17:01:55 -04:00
Bill Cromie 1eccfb2ad4 adding rvm installation to the vagrant file 2013-06-25 16:54:32 -04:00
Bill Cromie d4f96f3f75 renaming rvmdir -> rvm_path 2013-06-25 15:51:59 -04:00
Bill Cromie 58c8b40faf minor changelog updates. 2013-06-25 15:19:55 -04:00
Bill Cromie 3a9ac6140b loading in the rvmdir classes in the plugin file.
This should now work...
2013-06-21 15:09:25 -04:00
Bill Cromie bf10fc4efc adding requires for the rvm files 2013-06-17 17:22:38 -04:00
Bill Cromie e89bd1ca2e first whack at rvm support in vagrant-cachier 2013-06-17 17:17:31 -04:00
Fabio Rehm 6b2169f9d6 Merge pull request #7 from fgrehm/7-nfs-support
Support enabling NFS for root cache folder
2013-06-12 09:43:23 -07:00
Fabio Rehm 5b9edb2b8b Mention NFS support on readme 2013-06-11 20:23:46 -03:00
Fabio Rehm bbdbc5beba Add support for using NFS for root cache folder 2013-06-11 20:17:54 -03:00
Fabio Rehm df79d420c5 Update Gemfile.lock 2013-06-11 20:06:23 -03:00
Patrick Connolly 4cc85837cc Updates gemspec with VagrantPlugins namespacing. 2013-06-10 19:14:53 -04:00
Fabio Rehm 533f9f091f Merge pull request #11 from patcon/11-new-release
New gem release: 0.0.7
2013-06-10 15:17:51 -07:00
Patrick Connolly cd8a925cf6 v0.1.0 2013-06-09 23:14:21 -04:00
Fabio Rehm c9deee0aa7 Merge pull request #9 from patcon/9-vagrantplugins-namespace
Move to VagrantPlugins top-level namespace
2013-06-08 14:52:32 -07:00
Patrick Connolly 292c7d2444 Moves from Vagrant to VagrantPlugins top-level namespace. 2013-06-07 22:37:02 -04:00
Fabio Rehm 5bf87ee49f Shameless plug 2013-05-24 19:18:16 -03:00
Fabio Rehm 35515ed243 Look ma, first public release and no specs! 2013-05-22 20:37:14 -03:00