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:
parent
44a26f6bc0
commit
6daa0a7fea
@ -97,10 +97,12 @@ class openstack_integration::repos {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'ceph::repo':
|
if $::osfamily == 'RedHat' or $::operatingsystem == 'Ubuntu' {
|
||||||
enable_sig => $enable_sig,
|
class { 'ceph::repo':
|
||||||
enable_epel => $enable_epel,
|
enable_sig => $enable_sig,
|
||||||
ceph_mirror => $ceph_mirror,
|
enable_epel => $enable_epel,
|
||||||
|
ceph_mirror => $ceph_mirror,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
|
Loading…
Reference in New Issue
Block a user