Commit 71da8614 authored by Dietmar Maurer's avatar Dietmar Maurer

pveceph: use git.ceph.com for key download url.

parent 9d7e32b3
......@@ -100,7 +100,7 @@ __PACKAGE__->register_method ({
local $ENV{DEBIAN_FRONTEND} = 'noninteractive';
my $keyurl = "https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc";
my $keyurl = "https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc";
print "download and import ceph repository keys\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment