vagrant-lxc-ng/lib/vagrant-lxc
Nick Griffiths f224fc5ea5 Fix for #336:
Subprocessed being interrupted resulted in it looking
like those commands were executing successfully but with
zero output.  Interrupting the sudo prompt would result
in any command running in sudo returning nothing and looking
like it had succeeded.  There was some clean up code in
the lxc provider that nuked vagrant container state in
the .vagrant directory if it looked like the container no
longer existed based on the result of lxc-ls.  Interrupting
this check resulted in it looking like the container not
existing, resulting in the provider code nuking the lxc dir
in .vagrant.  Voila
2017-12-16 12:07:11 +13:00
..
action tries amount of fetching ip is now configurable 2016-11-09 14:38:05 +00:00
command Merge pull request #410 from ChaosCloud/abk 2017-12-11 17:07:21 -05:00
driver Fix handling of non-fatal lxc-stop return code 2016-05-11 16:50:29 -07:00
provider/cap core: Introduce a public_address capability so that we can use vagrant share 2014-03-13 00:57:36 -03:00
action.rb remove /tmp cleanup, fixes lvm rootfs 2015-08-28 14:58:16 +02:00
config.rb default values goes to finalize 2016-11-11 08:34:42 +00:00
driver.rb Fix warning message 2015-08-28 15:00:37 +02:00
errors.rb Fix for #336: 2017-12-16 12:07:11 +13:00
plugin.rb Make code similar to other providers 2016-10-20 13:39:33 +03:00
provider.rb Support alternative lxcpath in sudo wrapper 2017-12-11 11:48:19 -05:00
sudo_wrapper.rb Fix for #336: 2017-12-16 12:07:11 +13:00
synced_folder.rb synced_folder: Emit vagrant-mounted upstart event when starting containers 2014-09-22 23:44:01 -03:00
version.rb v1.2.3 2016-12-20 20:20:38 -08:00