vagrant-mutagen 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1269b8dfe888edf230460d268018ebae8d140a92
4
- data.tar.gz: 825c09cbe6d20b9b8f6ea96ca283bd877220a2c5
3
+ metadata.gz: d17d76676813ffdf6d42f6d718f235c0bf640934
4
+ data.tar.gz: 61f5de0b6b860fc6d0d80d1e822f5422711d1957
5
5
  SHA512:
6
- metadata.gz: 4f7a9bd6fffeb8ae67454b997d4d4067155e96161845590d0313f55d5774a15687182bfd47a1fb4a352a4f3cad6fe01cc8ed9e61e88b50036a4df355296c476c
7
- data.tar.gz: 80bb5c91f474f969dbea3c3ce94283a7d856a2689f0bfd93341c48e52483f7e9f9c72e8ab56ed4bbe66f2361a50017e0f38be912c4be432b4d33c24cb031c881
6
+ metadata.gz: bdc9ad6fd320c3f09e0a578517c61206497b6f12a887aba8b8a81dcfd1f2f0ee945b9c3a442ea7fdccfff272fa90b09d4f21421c424061155b7056799f5ac3ed
7
+ data.tar.gz: 90f161d7afd25006ef2727a09e873a187a7448e81999f2d2dbfcebdcb49723ad5160d4b70d0c10ea63f4d14218dfcc49a5cb53ed803b87576fbbe0429431d359
data/README.md CHANGED
@@ -82,6 +82,9 @@ vagrant plugin install vagrant-mutagen-*.gem
82
82
 
83
83
  ## Versions
84
84
 
85
+ ### 0.1.2
86
+ * Issues with multiple VMs arose due to outdated SSH config. SSH config is now regenerated each `vagrant up`.
87
+
85
88
  ### 0.1.1
86
89
  * Added mutagen.yml example
87
90
 
@@ -24,13 +24,14 @@ module VagrantPlugins
24
24
  # Check for existing entry for hostname in config
25
25
  entryPattern = configEntryPattern(hostname, name, uuid)
26
26
  if configContents.match(/#{entryPattern}/)
27
- @ui.info "[vagrant-mutagen] found SSH Config entry for: #{hostname}"
27
+ @ui.info "[vagrant-mutagen] updating SSH Config entry for: #{hostname}"
28
+ removeConfigEntries
28
29
  else
29
30
  @ui.info "[vagrant-mutagen] adding entry to SSH config for: #{hostname}"
30
- # Get SSH config from Vagrant
31
- newconfig = createConfigEntry(hostname, name, uuid)
32
31
  end
33
32
 
33
+ # Get SSH config from Vagrant
34
+ newconfig = createConfigEntry(hostname, name, uuid)
34
35
  # Append vagrant ssh config to end of file
35
36
  addToSSHConfig(newconfig)
36
37
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Mutagen
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mutagen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Donahue
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-13 00:00:00.000000000 Z
11
+ date: 2019-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler