chef-metal 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/chef_metal/transport/ssh.rb +1 -1
- data/lib/chef_metal/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b5b77eda4e67ca220d4da85c229bf92a631b929
|
4
|
+
data.tar.gz: abfe51b9c4acb33b1899db61b79ade829d698142
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 102d45d0a267f8dabad59a74cf7a90d53313c733e4b965b0fabe5ffe64ad37fa8d38f2a77315e4f4d49f4290e66a50bd6740e01ef4b870607527e456267eed1c
|
7
|
+
data.tar.gz: 4621a363a04b449146fbe2b79e8f23d98f956fbe2222c1b796ff56316db6670710079548feeb2b176652ae44fcc4a94a57484ef449e92bea69e620a48f896c15
|
data/CHANGELOG.md
CHANGED
@@ -131,7 +131,7 @@ module ChefMetal
|
|
131
131
|
# If you can't pwd within 10 seconds, you can't pwd
|
132
132
|
execute('pwd', :timeout => 10)
|
133
133
|
true
|
134
|
-
rescue Timeout::Error, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::ECONNRESET, Net::SSH::AuthenticationFailed, Net::SSH::Disconnect, Net::SSH::HostKeyMismatch
|
134
|
+
rescue Timeout::Error, Errno::EHOSTUNREACH, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::ECONNRESET, Net::SSH::AuthenticationFailed, Net::SSH::Disconnect, Net::SSH::HostKeyMismatch
|
135
135
|
Chef::Log.debug("#{username}@#{host} unavailable: could not execute 'pwd' on #{host}: #{$!.inspect}")
|
136
136
|
false
|
137
137
|
end
|
data/lib/chef_metal/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-metal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Keiser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|