vagrant/plugins
Paul Hinze 291db96510 communicators/winrm: don't stop task on idle end
StopOnIdleEnd was set in the task definition for elevated/privileged
windows guest scripts. This setting:

> specifies that the task stops when the idle condition ceases to be true [1]

The "idle condition" is something that Windows periodically checks for,
and it's defined by a bunch of criteria like user presence/absence, CPU
/ IO idle time, etc. [2]

Telling our provisioner to stop the task if the "idle condition" ceases
to be true is a recipe for some sporadically stopped tasks, which seems
like precisely the behavior being reported in #5362.

I'm pretty sure this fixes #5362

[1] https://msdn.microsoft.com/en-us/library/cc248332.aspx
[2] https://msdn.microsoft.com/en-us/library/windows/desktop/aa383561%28v=vs.85%29.aspx
2015-03-12 15:25:40 -05:00
..
commands Remove message for now 2015-02-03 21:06:51 -05:00
communicators communicators/winrm: don't stop task on idle end 2015-03-12 15:25:40 -05:00
guests Merge pull request #5182 from clintoncwolfe/add-ssh-key-replacement-for-solaris 2015-02-24 10:05:17 -08:00
hosts Allow colon in NFS ID regex 2015-01-20 14:11:42 +00:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Merge branch 'master' into winrm_error_handling 2015-01-20 16:16:48 -05:00
providers providers/virtualbox: interpolation added to error [GH-5308] 2015-02-24 10:48:59 -08:00
provisioners provisioners/chef: actually use command -v 2015-02-24 10:12:25 -08:00
pushes Add tests for sending metadata 2015-02-04 11:45:02 -05:00
synced_folders Merge pull request #5175 from hdeheer/patch-1 2015-02-24 10:06:24 -08:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.