Commit graph

31 commits

Author SHA1 Message Date
Fabio Rehm 2cc7b837db Lets keep this code as it is 2014-07-20 20:15:47 -03:00
Fabio Rehm 2b8a281e8a Whitespace 2014-07-20 20:13:36 -03:00
Christian Berendt f65a1217e9 added missing cloud providers 2014-05-07 20:50:06 +02:00
Fabio Rehm ea88562145 Sorry about that, was testing GH-45 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 8a4b911678 Extract plugin hooks and capabilities out to separate files 2014-02-26 22:03:21 -03:00
Fabio Rehm 0f533a9b30 💣 monkey patch on Builtin::Provision action \o/ (closes GH-60) 2014-02-26 22:03:21 -03:00
Fabio Rehm aa793367b7 Extract cachier's root bucket directory creation out to a separate action [GH-60] 2014-02-26 22:03:21 -03:00
Fabio Rehm e01a78138a Blow up if using vagrant < 1.4.0 2014-02-26 22:03:21 -03:00
Fabio Rehm 98c211590c After 5 months I believe it is safe to get rid of this code 2014-02-26 22:03:20 -03:00
Fabio Rehm 6a8d661e97 [GH-54] Disable yum on suse guests 2013-11-06 19:43:18 -02:00
Gordon Franke 93c0c7bf99 add zypper support 2013-11-05 15:10:00 +01:00
Fabio Rehm 42cd490313 Merge branch 'npm-cache' of github.com:laggyluke/vagrant-cachier
Conflicts:
	lib/vagrant-cachier/bucket.rb
2013-10-23 21:17:32 -02:00
George Miroshnykov ee6174d33c Add npm support 2013-10-23 16:18:42 +03:00
fh 817d964b8e Adding support for composer cache - http://getcomposer.org/ 2013-10-21 11:17:59 +02:00
Fabio Rehm d6066fbde7 Merge pull request #30 from mindreframer/apt-cacher
Apt cacher bucket
2013-10-13 13:14:05 -07:00
Fabio Rehm 07d34726e2 Clean up plugin.rb 2013-08-03 17:14:39 -03:00
Fabio Rehm f8d8b2f9cf [GH-6] Error out if multiple provider specific cache dirs are found and prepare to move dirs around in case a single cache dir exists 2013-08-03 16:07:42 -03:00
Fabio Rehm 7ad195776d [GH-6] Setting things up for making sure a single cache root exists 2013-08-03 15:08:20 -03:00
Fabio Rehm b50374162a ProvisionExt is not an action! 2013-08-03 14:38:02 -03:00
Fabio Rehm b109e3c4ad Extract "skipping bucket" message out to a locale file 2013-08-03 14:27:54 -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
Patrick Connolly 3eede6caf9 Adds basic chef file_cache_path support. 2013-07-22 11:51:27 -04:00
Roman Heinrich b0110897a7 apt-cacher bucket + capability 2013-07-17 13:48:49 +02:00
Bill Cromie d4f96f3f75 renaming rvmdir -> rvm_path 2013-06-25 15:51:59 -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
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