foreman_remote_execution 12.0.5 → 12.0.6

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: ede59838c9c04b72c60f470fd80907bbaa1f74c8e22da68141fe73f57a400615
4
- data.tar.gz: bb6a7af28e60648675c023c171fb0862d553f0d9efc731c3ae9d2cea2b05a4ac
3
+ metadata.gz: 8bdaf7c785f55da7e7d134284c4cd9e7c988c1652a2363a77de30c5982e410e8
4
+ data.tar.gz: 7c48bffbfa152d993805cd469e5d4b9630bc073141f18a0d21c95ad38d2888aa
5
5
  SHA512:
6
- metadata.gz: 9c64f0973da8c5fac27e348982534c05e53b41f7e6e50ecbd520a28727944c531aeaefd04b79a7c34d1d11f57aafddc11a9ee14cb66a1f6e4143843ef9190eb8
7
- data.tar.gz: 3144ac48e0c92a76dd7fc4015259fb249b48a9cb265b0515f0a6fbf2ccf55963ee88a698578be51d8a272fbdb7cc8dcec2ad36068c39aa3ff607abdccf6b64c1
6
+ metadata.gz: b68c6f20e58ff70c9c8af72dcf8a294f00f535e03b07f74e3aa737378e5f2d76c7df68e619246be0eae443837b9cb6538ea5603b3c8e4e469a5165d15890bfcf
7
+ data.tar.gz: aaa8b67f7316989ed3ee69ea8718bf08e743ff70cf311259c5e5412212a18a26a4f03b6d4aec08a936b4f003b305a9eb6cfa8d3157987eefa7723ca0fa2f8182
@@ -1,15 +1,6 @@
1
1
  <%#
2
2
  name: Convert2RHEL analyze
3
3
  snippet: false
4
- template_inputs:
5
- - name: Data telemetry
6
- required: false
7
- input_type: user
8
- options: "yes\r\nno"
9
- advanced: false
10
- value_type: plain
11
- default: 'yes'
12
- hidden_value: false
13
4
  model: JobTemplate
14
5
  job_category: Convert 2 RHEL
15
6
  provider_type: script
@@ -25,9 +16,7 @@ if ! rpm -q convert2rhel &> /dev/null; then
25
16
  yum install -y convert2rhel
26
17
  fi
27
18
 
28
- <% if input('Data telemetry') != "yes" -%>
29
- export CONVERT2RHEL_DISABLE_TELEMETRY=1
30
- <% end -%>
19
+ export CONVERT2RHEL_THROUGH_FOREMAN=1
31
20
 
32
21
  /usr/bin/convert2rhel analyze -y
33
22
 
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '12.0.5'.freeze
2
+ VERSION = '12.0.6'.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: 12.0.5
4
+ version: 12.0.6
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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -575,7 +575,7 @@ homepage: https://github.com/theforeman/foreman_remote_execution
575
575
  licenses:
576
576
  - GPL-3.0
577
577
  metadata: {}
578
- post_install_message:
578
+ post_install_message:
579
579
  rdoc_options: []
580
580
  require_paths:
581
581
  - lib
@@ -593,8 +593,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
593
593
  - !ruby/object:Gem::Version
594
594
  version: '0'
595
595
  requirements: []
596
- rubygems_version: 3.3.26
597
- signing_key:
596
+ rubygems_version: 3.3.27
597
+ signing_key:
598
598
  specification_version: 4
599
599
  summary: A plugin bringing remote execution to the Foreman, completing the config
600
600
  management functionality with remote management functionality.