vagrant/test/unit/plugins
Brian Cain 3baa142e7c (#7685) Add a unique identifier to provision objects
Prior to this commit, Vagrant had no way internally to determine if a
provisioner object was unique if the `name` property was not set.
Because of this, when vagrant went to merge configs it would duplicate
an existing unnamed provisioner since it had no way of determining if a
user actually had added the same provisioner twice. This commit fixes
that by introducing an id which will default to `name` if its set, but
if not will be set by `SecureRandom.uuid`.
2017-06-13 15:46:14 -07:00
..
commands (#7188) Clean up vagrant snapshot restore/delete error messages 2017-06-07 09:12:20 -07:00
communicators (#6640) Use default cipher list for ssh communicator 2017-06-09 17:18:15 -07:00
guests Update capability tests to remove nmcli reload matching 2017-05-10 10:25:55 -07:00
hosts Include error handling when subprocess commands fail 2016-10-31 07:42:30 -07:00
kernel_v2/config (#7685) Add a unique identifier to provision objects 2017-06-13 15:46:14 -07:00
providers Stub out the which check within compose tests 2017-05-15 09:09:25 -07:00
provisioners ansible_local: Add the :pip_args_only install mode 2017-03-24 17:35:34 +01:00
pushes Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
synced_folders Use common hash key style within project 2016-08-11 13:07:25 -07:00