No upstream ceph for Debian

There's no upstream Ceph package repository for Buster,
so we must disable it this if we're running on Debian.

Change-Id: If91c333b287d948b99e768b6c919df869af86a63
This commit is contained in:
Thomas Goirand 2020-05-11 00:41:58 +02:00
parent 44a26f6bc0
commit 6daa0a7fea

View File

@ -97,10 +97,12 @@ class openstack_integration::repos {
}
}
class { 'ceph::repo':
enable_sig => $enable_sig,
enable_epel => $enable_epel,
ceph_mirror => $ceph_mirror,
if $::osfamily == 'RedHat' or $::operatingsystem == 'Ubuntu' {
class { 'ceph::repo':
enable_sig => $enable_sig,
enable_epel => $enable_epel,
ceph_mirror => $ceph_mirror,
}
}
if $::osfamily == 'RedHat' {