pveceph install: set repo URL to download.proxmox.com nautilus repo

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-07-04 15:52:51 +02:00
parent 9e5460013f
commit cf06393a7a

View File

@ -100,8 +100,6 @@ __PACKAGE__->register_method ({
my $repolist;
if ($cephver eq 'nautilus') {
$repolist = "deb http://download.proxmox.com/debian/ceph-nautilus buster main\n";
# FIXME: remove non-public testing repo
$repolist = "deb http://repo.proxmox.com/staging/ceph-nautilus buster ceph-14.0\n";
} elsif ($cephver eq 'luminous') {
$repolist = "deb http://download.proxmox.com/debian/ceph-luminous buster main\n";
} else {