vagrant-orchestrate 0.4.2 → 0.4.3
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: e4165784cbed3dcb44b5081e654fccf8d5b1fcc2
|
|
4
|
+
data.tar.gz: eccf39254661205c112c588d47033416d40dbf17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2777ece75c8f6465454412d4c246f60046787e3640c8acdea278aede4632997dc3dcfddcca7f4484949a8ee68cecfe2ca180192494d130cc92c9ffc2d873372
|
|
7
|
+
data.tar.gz: 8d962ef7c4c812b329201c7db3443738b0ba8dabcfd106c56f2db5f5d135833b6597b28c5e275f0511b5e16e6ec387ada74bc0987307bb230702c22b1bc52f07
|
|
@@ -58,13 +58,14 @@ Continuing with default credentials."
|
|
|
58
58
|
def prompt_username
|
|
59
59
|
default = ENV["USERNAME"]
|
|
60
60
|
default ||= ENV["USER"]
|
|
61
|
-
|
|
61
|
+
default = ENV["USERDOMAIN"] + "\\" + default if ENV["USERDOMAIN"]
|
|
62
|
+
username = @ui.ask("username? [#{default}] ")
|
|
62
63
|
username = default if username.empty?
|
|
63
64
|
username
|
|
64
65
|
end
|
|
65
66
|
|
|
66
67
|
def prompt_password
|
|
67
|
-
@ui.ask("password?", echo: false)
|
|
68
|
+
@ui.ask("password? ", echo: false)
|
|
68
69
|
end
|
|
69
70
|
|
|
70
71
|
def check_creds_file(config_creds)
|
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.3
|
|
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-
|
|
11
|
+
date: 2015-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|