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':
|
||||
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' {
|
||||
|
Loading…
Reference in New Issue
Block a user