vagrant-orchestrate 0.4.6 → 0.4.7
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fc2ef762f37e5306a47335865711960050d8b72
|
|
4
|
+
data.tar.gz: bb42f425ad3b8166dd940a6adcde5bfc2ca4a97a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca299b93bf0b71ecc4d84d75238ac64fa7432b58792a646bab733764b9b338cdfb2262e57556e2c81f3faa189e12c98548a9b13b0801550b81d33e4a1171894e
|
|
7
|
+
data.tar.gz: 7a8dc4f6ab76d4e372ce923f2e1b14bae2c1c613628d9615d83a2c2c2819e574101a51e6bf15c246c1245869b61fed0537ed401ef39772c6ef9576ea43919dc9
|
|
@@ -12,12 +12,12 @@ module VagrantPlugins
|
|
|
12
12
|
# Use credentials file to any username or password that is still undiscovered
|
|
13
13
|
check_creds_file(config_creds, ui) unless config_creds.username && config_creds.password
|
|
14
14
|
|
|
15
|
-
config_creds = maybe_prompt(config_creds)
|
|
15
|
+
config_creds = maybe_prompt(config_creds, ui)
|
|
16
16
|
|
|
17
17
|
[config_creds.username, config_creds.password]
|
|
18
18
|
end
|
|
19
19
|
|
|
20
|
-
def maybe_prompt(config_creds)
|
|
20
|
+
def maybe_prompt(config_creds, ui)
|
|
21
21
|
# Only prompt if allowed by config
|
|
22
22
|
if config_creds.prompt
|
|
23
23
|
config_creds.username ||= prompt_username(ui)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-orchestrate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Baldauf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|