File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ subscription_manager::config_hash:
22
22
rhsm_manage_repos : true
23
23
rhsmcertd_certcheckinterval : 240
24
24
rhsmcertd_autoattachinterval : 1440
25
+ rhsm_repomd_gpg_url : ' '
25
26
# also, proxy settings
26
27
# server_proxy_hostname: ''
27
28
# server_proxy_port: ''
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ def self.text_options
62
62
rhsm_baseurl : 'rhsm.baseurl' ,
63
63
rhsm_ca_cert_dir : 'rhsm.ca_cert_dir' ,
64
64
rhsm_repo_ca_cert : 'rhsm.repo_ca_cert' ,
65
+ rhsm_repomd_gpg_url : 'rhsm.repomd_gpg_url' ,
65
66
rhsm_productcertdir : 'rhsm.productcertdir' ,
66
67
rhsm_entitlementcertdir : 'rhsm.entitlementcertdir' ,
67
68
rhsm_consumercertdir : 'rhsm.consumercertdir' ,
@@ -329,4 +330,9 @@ def self.binary_options
329
330
raise ( "Require a small positive number. Was given #{ value } ." ) unless value . to_i && ( value . to_i >= 0 )
330
331
end
331
332
end
333
+
334
+ newproperty ( :rhsm_repomd_gpg_url ) do
335
+ desc "URL for the repository GPG key"
336
+ end
337
+
332
338
end
You can’t perform that action at this time.
0 commit comments