foreman_remote_execution_core 1.1.4 → 1.1.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3bfdb9a519170fb2a183ffc6de0b287567c6055696e67e7f0d2cba198d5080df
|
|
4
|
+
data.tar.gz: ff28e0f95331c7a4089e24349b064b6d7a56d398e480f86b8e3022200b2d5535
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b835a6a82dd30ae99560b9c43a190f375d3a59a52db886e4e99b0280c31b0df73e0b85d9a03e22f80564f294893d88798b68572ebb62914d3f1263248d9c14be
|
|
7
|
+
data.tar.gz: 01c800450ae2c8432ed0482ac0058897640f7a7b0f906cda179cf056520286cd8861f24dea4e6bb429b5226498ac5f8601fa5bf6acef5632b4335c5d01a2871a
|
|
@@ -269,7 +269,6 @@ module ForemanRemoteExecutionCore
|
|
|
269
269
|
ssh_options[:keys] = [@client_private_key_file] if @client_private_key_file
|
|
270
270
|
ssh_options[:password] = @ssh_password if @ssh_password
|
|
271
271
|
ssh_options[:passphrase] = @key_passphrase if @key_passphrase
|
|
272
|
-
ssh_options[:user_known_hosts_file] = @known_hosts_file if @known_hosts_file
|
|
273
272
|
ssh_options[:keys_only] = true
|
|
274
273
|
# if the host public key is contained in the known_hosts_file,
|
|
275
274
|
# verify it, otherwise, if missing, import it and continue
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_remote_execution_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: foreman-tasks-core
|
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
76
|
rubyforge_project:
|
|
77
|
-
rubygems_version: 2.7.
|
|
77
|
+
rubygems_version: 2.7.6
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 4
|
|
80
80
|
summary: Foreman remote execution - core bits
|