foreman_rh_cloud 7.0.47 → 7.0.48
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/lib/foreman_inventory_upload/generators/fact_helpers.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/package.json +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: a6230453f17922c1abfb42067a23893ddce8d7951daec3a9ed575222896af39f
|
|
4
|
+
data.tar.gz: 4bd74461b9141c4b8b0440b1476567dce3321c86265107baefc2443b816d4100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c788d3f66902d5f016cd453b529c4fcb2c62a937946289c4a0b11acccc51737526cfa3c8525bdcb163bfb89c90d1a05b3c47f81dfd4a3ee49cd7fc42d6e5a74d
|
|
7
|
+
data.tar.gz: f0ed65721bce3577344404649db99c21a56b153bd3e5bc2dc484c0e0029875b39a16ed4ab46dab508e34faca28678a3fd0f0634913d824be1bb04934b4fe098c
|
|
@@ -113,7 +113,7 @@ module ForemanInventoryUpload
|
|
|
113
113
|
bash_hostname = `uname -n`.chomp
|
|
114
114
|
foreman_hostname = ForemanRhCloud.foreman_host&.name
|
|
115
115
|
if bash_hostname == foreman_hostname
|
|
116
|
-
fqdn(
|
|
116
|
+
fqdn(ForemanRhCloud.foreman_host)
|
|
117
117
|
elsif Setting[:obfuscate_inventory_hostnames]
|
|
118
118
|
obfuscate_fqdn(bash_hostname)
|
|
119
119
|
else
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_rh_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.48
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Red Hat Cloud team
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: katello
|
|
@@ -650,7 +650,7 @@ homepage: https://github.com/theforeman/foreman_rh_cloud
|
|
|
650
650
|
licenses:
|
|
651
651
|
- GPL-3.0
|
|
652
652
|
metadata: {}
|
|
653
|
-
post_install_message:
|
|
653
|
+
post_install_message:
|
|
654
654
|
rdoc_options: []
|
|
655
655
|
require_paths:
|
|
656
656
|
- lib
|
|
@@ -665,8 +665,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
665
665
|
- !ruby/object:Gem::Version
|
|
666
666
|
version: '0'
|
|
667
667
|
requirements: []
|
|
668
|
-
rubygems_version: 3.3.
|
|
669
|
-
signing_key:
|
|
668
|
+
rubygems_version: 3.3.26
|
|
669
|
+
signing_key:
|
|
670
670
|
specification_version: 4
|
|
671
671
|
summary: Summary of ForemanRhCloud.
|
|
672
672
|
test_files:
|