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: e57511a4f21ec8c2648077cad42df197263a300a5f4cdbc76572d5548e32e4b2
4
- data.tar.gz: ef5e95f9e50e8f94058404e9208069089e9990b2a32af1329eb54026726becbe
3
+ metadata.gz: 3bfdb9a519170fb2a183ffc6de0b287567c6055696e67e7f0d2cba198d5080df
4
+ data.tar.gz: ff28e0f95331c7a4089e24349b064b6d7a56d398e480f86b8e3022200b2d5535
5
5
  SHA512:
6
- metadata.gz: 8ed29e3e1eb432b340d335d4e5419293d412337fb88ed76fa6fdff2e69e2971ab503ea741a9a0b9d67d0e37feb9da44906e1c42efec46667a631e4ec790813dc
7
- data.tar.gz: b9e438caaeb891d5954ccbf78893620a123b785ba4de7f1ea8001fc016cea6b335ee35520c356b2f0ac9258bb2f5729d491916e355a4978c2fd77477c52e45fd
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
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecutionCore
2
- VERSION = '1.1.4'.freeze
2
+ VERSION = '1.1.5'.freeze
3
3
  end
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
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: 2018-10-09 00:00:00.000000000 Z
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.3
77
+ rubygems_version: 2.7.6
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: Foreman remote execution - core bits