clc-fork-chef-metal 0.14.alpha.9 → 0.14.alpha.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b079033a1275e074d08bcc13021e0aff9968eaf8
4
- data.tar.gz: 6160906b707bf7e8e471d8a1c18981579540dc5c
3
+ metadata.gz: c18c75fc2a93ca31c4c175140bd1acc3ba9df350
4
+ data.tar.gz: 7d30d0bfa9cfba67d3703b13d863054a46bae1b9
5
5
  SHA512:
6
- metadata.gz: ba46c06c172bdd2bbf90ccafc76822e734c43673be4ab9dffc4bc4c9db3be2dfd060dd9fdf19d9bff6c2b09d6234d44b2081a9b35ad1e234c767d775aa527329
7
- data.tar.gz: 468870305b2037eb19756b77e8fa130cd50f4b1e5ed67d2487c576aaeb0866fb3b334660e890f87032d99ac4924389d9acd614318151703a645f9b50b5605ae3
6
+ metadata.gz: 345e0ef540353042d79e014da6973692c350c7285c67ec60d5fe4d6005bd391546deefa5fe80ee38370b90a9d8655d5a81bcc512084551e359d2f0b0c726dc0b
7
+ data.tar.gz: 8407d66dabec91350c9b98c7bd5082175329ce32eb5b2b3ec78b42bbd573719f773a3eea4dc8308183f2595b365442e8ecb24941d8a3bd4e102ba0fdd2b96987
@@ -85,7 +85,7 @@ $file.Close
85
85
  # If you can't pwd within 10 seconds, you can't pwd
86
86
  execute('pwd', :timeout => 10)
87
87
  true
88
- rescue Timeout::Error, Errno::EHOSTUNREACH, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::ECONNRESET, ::WinRM::WinRMHTTPTransportError, ::WinRM::WinRMWebServiceError, ::WinRM::WinRMWSManFault
88
+ rescue Timeout::Error, Errno::EHOSTUNREACH, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::ECONNRESET, ::WinRM::WinRMHTTPTransportError, ::WinRM::WinRMWMIError, ::WinRM::WinRMWSManFault
89
89
  Chef::Log.debug("unavailable: network connection failed or broke: #{$!.inspect}")
90
90
  disconnect
91
91
  false
@@ -1,3 +1,3 @@
1
1
  module ChefMetal
2
- VERSION = '0.14.alpha.9'
2
+ VERSION = '0.14.alpha.10'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clc-fork-chef-metal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.alpha.9
4
+ version: 0.14.alpha.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Keiser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh