foreman_remote_execution 4.2.0 → 4.2.1

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: db51f6eb1c4c3513b55e3420cd28ee22e956980ef8b82845e7e65cf5389afe32
4
- data.tar.gz: ce148bbcf61c208f646a68153ba36331d1a994476690d4a5d37551fda47fc25b
3
+ metadata.gz: aba1afe9644d85554a140267c452cfd3b11139beaae9f4a8a630b5727480965a
4
+ data.tar.gz: 5d7772b486693036b2f67fbe8ad1a5efe47cd71cdde6c181aeda855e9e86c113
5
5
  SHA512:
6
- metadata.gz: 28dda5271e680ab81d7d38aea31e250b01c930a6793417deb4d2204975298e48d14c17880699d4354662ad35381566b60e6fd04f8b2ebdb5d89599cab9bf5e74
7
- data.tar.gz: 298f020eacc63c41e0ef3d198ba45723f629ce991931126c3cf3a446677439dccf4a1a24d1b1c14b110423964ab5f04aac44a3fb8acab10b6e5d2d4f994a9f2f
6
+ metadata.gz: 32d88414d2e6c0aa3e2dc4395b75a241cd34f912f6083806bdee4c271fce8ace3fbeaa6ec7d7c436eb61fd553b46022576b4a4706af7460122a5cf2ccab70415
7
+ data.tar.gz: 2aafc6f68bd1bb2289ba5fa757a2b8d146d5488d851adc0b2edd88749232ea9b496d30dff85f9ad580c529fbc065002e962f1925802bcdce5d117461481ebfbe
@@ -482,7 +482,7 @@ class JobInvocationComposer
482
482
 
483
483
  def input_value_for(input)
484
484
  invocations = pattern_template_invocations
485
- default = TemplateInvocationInputValue.new
485
+ default = TemplateInvocationInputValue.new(:template_input_id => input.id)
486
486
  invocations.map(&:input_values).flatten.detect { |iv| iv.template_input_id == input.id } || default
487
487
  end
488
488
 
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '4.2.0'.freeze
2
+ VERSION = '4.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_remote_execution
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Remote Execution team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-09 00:00:00.000000000 Z
11
+ date: 2020-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -447,7 +447,7 @@ homepage: https://github.com/theforeman/foreman_remote_execution
447
447
  licenses:
448
448
  - GPL-3.0
449
449
  metadata: {}
450
- post_install_message:
450
+ post_install_message:
451
451
  rdoc_options: []
452
452
  require_paths:
453
453
  - lib
@@ -462,8 +462,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
462
462
  - !ruby/object:Gem::Version
463
463
  version: '0'
464
464
  requirements: []
465
- rubygems_version: 3.1.2
466
- signing_key:
465
+ rubygems_version: 3.0.3
466
+ signing_key:
467
467
  specification_version: 4
468
468
  summary: A plugin bringing remote execution to the Foreman, completing the config
469
469
  management functionality with remote management functionality.