vagrant-aws-mscottford 0.8.1 → 0.8.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
  SHA256:
3
- metadata.gz: 03221fd2f9345b1e75df7700b40f97db339c900b0a5c9f0429022aa0b711e07e
4
- data.tar.gz: 925bfd3e58cb25a48c8934d6614a18bf6db4768fa9be1954a9546e9b9c50bab4
3
+ metadata.gz: 410a16c151aed5c3dd735cc881ad74f97b3b99843435f08270a1d338248f759c
4
+ data.tar.gz: 6a54d2b3cc7d8ecb5e1aab16ab95e21309ac72ebe3988fb76dacd9ace57790be
5
5
  SHA512:
6
- metadata.gz: f143c79faf61903b14dcbdb80c79bd149857334446965f17e54093c18f190c5b6f94c512044de9bd420818801f328053f3778c2751a021949416a934103bc2b6
7
- data.tar.gz: f28fdcdda500f58df0a0ef741b04dd2a18bd958e72dc77049a56c7dddc7788217c30970c9f43e3f2c7a69348db5fa50227ff275868cff61eaf6b176b6bff6f17
6
+ metadata.gz: 2ce10a9b1914c98c830e9ffc03fc4efe238d6eda68c0086c7ae63d9ea88d9957cb80502e65a2e94c50d7e6e152a1906e3156eeb570479df2f18900d363c41947
7
+ data.tar.gz: 0b7d2a5ea866b6358631d5d9575761dd2d2ae921354fc681a14c0d7adb6d6647159b746668ffb6b36b493a2961a6171e337f3184d85cab6941100b6fa5a7e175
@@ -16,7 +16,7 @@ module VagrantPlugins
16
16
  LOGGER.debug("WinRM password: #{machine.config.winrm.password.inspect}")
17
17
 
18
18
  if machine.config.winrm.password == :query_ec2 || machine.config.winrm.password == :query_ec2_retry
19
- machine.ui.info("Looking up Windows password for instance #{machine.id}...") if machine.config.winrm.password != :query_ec2_retry
19
+ machine.ui.info("Waiting for Windows Administrator password to be published...") if machine.config.winrm.password != :query_ec2_retry
20
20
 
21
21
  aws_profile = machine.provider_config.aws_profile
22
22
  keypair_path = machine.provider_config.keypair_path
@@ -39,7 +39,7 @@ module VagrantPlugins
39
39
  machine.config.winrm.password = :query_ec2_retry
40
40
  raise Errors::WinRMNotReady
41
41
  else
42
- machine.ui.info("Windows password found.")
42
+ LOGGER.debug("Windows password found.")
43
43
  end
44
44
  end
45
45
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AWS
3
- VERSION = '0.8.1'
3
+ VERSION = '0.8.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws-mscottford
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto