Skip to content

Commit

Permalink
yumrepo: simplify gpg key setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 17, 2023
1 parent 4b4f8f3 commit b96c9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
descr => "runner_${package_name}",
enabled => '1',
gpgcheck => '0',
gpgkey => "${repo_base_url}/gpg.key",
gpgkey => $repo_keysource,
repo_gpgcheck => '1',
sslcacert => '/etc/pki/tls/certs/ca-bundle.crt',
sslverify => '1',
Expand All @@ -60,7 +60,7 @@
descr => "runner_${package_name}-source",
enabled => '1',
gpgcheck => '0',
gpgkey => "${repo_base_url}/gpg.key",
gpgkey => $repo_keysource,
repo_gpgcheck => '1',
sslcacert => '/etc/pki/tls/certs/ca-bundle.crt',
sslverify => '1',
Expand Down

0 comments on commit b96c9e2

Please sign in to comment.