diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-06-05 00:21:58 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-06-05 00:22:43 -0700 |
commit | 41687b7de9f5c3d022bfc6f8293e33e80ce143db (patch) | |
tree | 163db7efde62f8eb2f2bd6c6468a66845c7691f2 /kitchen-tests | |
parent | 8652dbd2221994938a8d58e5f66f091d460e26ee (diff) | |
download | chef-41687b7de9f5c3d022bfc6f8293e33e80ce143db.tar.gz |
Add specs and rename fingerprint -> short idzypper_repository
These aren't actually fingerprints. They're short key ids
https://futureboy.us/pgp.html#ShortKeyID
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb index 639c51f5e2..0acca8e271 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb @@ -6,7 +6,7 @@ # zypper_repository "nginx repo" do - baseurl "https://nginx.org/packages/sles/12" + baseurl "https://nginx.org/packages/sles/15" gpgkey "https://nginx.org/keys/nginx_signing.key" end |