foreman_rh_cloud 7.0.47 → 7.0.48

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5493c69d3f1918da42b12dfc523e6bf387203e1d1cdd057d6bea1e401caeef6
4
- data.tar.gz: 7413d1788622b27285da6a7257928b57b79bb6de8660ca9f966edcbb4cc7ee00
3
+ metadata.gz: a6230453f17922c1abfb42067a23893ddce8d7951daec3a9ed575222896af39f
4
+ data.tar.gz: 4bd74461b9141c4b8b0440b1476567dce3321c86265107baefc2443b816d4100
5
5
  SHA512:
6
- metadata.gz: bf2220d31d2bc0b41291560ea0f25a8a88c33d73e281915ebe4534bf0a2fbd80be8f815776b38eade95366e92824179519decf91062f607a60c396e03a0387e2
7
- data.tar.gz: 9d16b6f204bc3585e00b012e0fa47132ae4209fbaa85015c8db99ebce79aac167fa85374423366b2ff4ecd2cb725a20d7a5d52b61873f525b37ea7094e23fc7f
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(foreman_hostname)
116
+ fqdn(ForemanRhCloud.foreman_host)
117
117
  elsif Setting[:obfuscate_inventory_hostnames]
118
118
  obfuscate_fqdn(bash_hostname)
119
119
  else
@@ -1,3 +1,3 @@
1
1
  module ForemanRhCloud
2
- VERSION = '7.0.47'.freeze
2
+ VERSION = '7.0.48'.freeze
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_rh_cloud",
3
- "version": "7.0.47",
3
+ "version": "7.0.48",
4
4
  "description": "Inventory Upload =============",
5
5
  "main": "index.js",
6
6
  "scripts": {
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.47
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-09-25 00:00:00.000000000 Z
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.5
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: