foreman_maintain 1.13.8 → 1.13.9
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9edc357bbdae20b65c04e17176c5214f94adea097785a36c504a360901c14772
|
|
4
|
+
data.tar.gz: bf9021910458e5dc99d9d511842e9a69ea0d7e59fc0c0330f877bd97fd9ab350
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5228ade045696f09bee734dabd94c691604ed77bd749c627a694615b7644f9debd1757f21dc22ddcd8271208705874112f559532d69fc10b8532f4864136114
|
|
7
|
+
data.tar.gz: fc37739b1ec44a6a5dc26aea4ea356eb532afe52202194decb789cb9c53ad138f634e8462f8c0485840468518b99020f7d245d892e71b60883a4d3b055b5e65c
|
|
@@ -3,7 +3,7 @@ module ForemanMaintain::Utils
|
|
|
3
3
|
class << self
|
|
4
4
|
def condense_report(data)
|
|
5
5
|
result = {}
|
|
6
|
-
%w[
|
|
6
|
+
%w[iop_remediations_count rhel_ai_workload_host_count].each do |key|
|
|
7
7
|
result[key] = data[key] || 0
|
|
8
8
|
end
|
|
9
9
|
result.merge!(aggregate_host_count(data))
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_maintain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.13.
|
|
4
|
+
version: 1.13.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
@@ -490,7 +490,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
490
490
|
- !ruby/object:Gem::Version
|
|
491
491
|
version: '0'
|
|
492
492
|
requirements: []
|
|
493
|
-
rubygems_version: 4.0.
|
|
493
|
+
rubygems_version: 4.0.10
|
|
494
494
|
specification_version: 4
|
|
495
495
|
summary: Foreman maintenance tool belt
|
|
496
496
|
test_files: []
|