foreman_remote_execution 4.2.1 → 4.2.2
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/foreign_input_set.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: d1e8515b5c9b1bab6b31720b89e32c84c88c53c66d7c2aa03a67c7c961a3b2dd
|
|
4
|
+
data.tar.gz: ee6b2f3c1d6f049b7035a0733db497748da3e6e23a24cf88bf7b915364513073
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7aa7420c1428d1f6dc0bbfa0612768432d5b082bd4fde74282f13f4dc040d635b68e5726cc8467d5c0d01f3f6299b528c71ab04223af16166f3b6a0308e05f35
|
|
7
|
+
data.tar.gz: e1a0de0dd445f3b4a9ecd30feb4b51c356089a03d1b47250b5831867ed24cd44acb82143ad82c4775599a163c50213817af5747afa7ec38eec5f2d9819783752
|
|
@@ -4,7 +4,7 @@ class ForeignInputSet < ApplicationRecord
|
|
|
4
4
|
class CircularDependencyError < Foreman::Exception
|
|
5
5
|
end
|
|
6
6
|
|
|
7
|
-
attr_exportable :exclude, :include, :include_all, :template => ->(input_set) { input_set.
|
|
7
|
+
attr_exportable :exclude, :include, :include_all, :template => ->(input_set) { input_set.target_template.name }
|
|
8
8
|
|
|
9
9
|
belongs_to :template
|
|
10
10
|
belongs_to :target_template, :class_name => 'Template'
|
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.2
|
|
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:
|
|
11
|
+
date: 2021-01-13 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.1.2
|
|
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.
|