diff --git a/manifests/repos.pp b/manifests/repos.pp index 01203e974..37b5b5c18 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -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' {