vagrant/test/unit/plugins/kernel_v2/config
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
..
package_test.rb kernel/v2: default all configs properly, remove config/default.rb 2014-02-05 15:36:35 -08:00
push_test.rb kernel/v2: push config keys on strategy 2014-12-14 22:24:14 -08:00
ssh_test.rb kernel/v2: customizable sudo_command [GH-5573] 2015-07-09 09:30:47 -06:00
vagrant_test.rb kernel/v2: default all configs properly, remove config/default.rb 2014-02-05 15:36:35 -08:00
vm_test.rb (#7685) Add a unique identifier to provision objects 2017-06-13 15:46:14 -07:00