Merge "No upstream ceph for Debian"
This commit is contained in:
commit
10bb93f88c
@ -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