Merge "No upstream ceph for Debian"

This commit is contained in:
Zuul 2020-05-21 18:06:20 +00:00 committed by Gerrit Code Review
commit 10bb93f88c

View File

@ -97,11 +97,13 @@ class openstack_integration::repos {
}
}
if $::osfamily == 'RedHat' or $::operatingsystem == 'Ubuntu' {
class { 'ceph::repo':
enable_sig => $enable_sig,
enable_epel => $enable_epel,
ceph_mirror => $ceph_mirror,
}
}
if $::osfamily == 'RedHat' {
package { 'python2-chardet':