We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754b47d commit 2330f06Copy full SHA for 2330f06
libraries/helpers.rb
@@ -152,7 +152,7 @@ def default_yum_gpg_key_uri
152
if platform_family?('rhel')
153
rhel_version = node['platform_version'].to_i
154
arch = node['kernel']['machine']
155
-
+
156
if rhel_version == 7
157
arch == 'aarch64' ? 'https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-AARCH64-RHEL7' : 'https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7'
158
elsif arch == 'aarch64'
metadata.rb
@@ -9,6 +9,7 @@
9
chef_version '>= 18.0'
10
11
depends 'yum', '>= 7.2'
12
+depends 'gpg'
13
14
gem 'deepsort', '~> 0.5.0'
15
gem 'inifile', '~> 3.0'
0 commit comments