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 +4 -4
- data/app/models/job_invocation_composer.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aba1afe9644d85554a140267c452cfd3b11139beaae9f4a8a630b5727480965a
|
|
4
|
+
data.tar.gz: 5d7772b486693036b2f67fbe8ad1a5efe47cd71cdde6c181aeda855e9e86c113
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|