diff --git a/manifests/swh_ceph_mon.pp b/manifests/swh_ceph_mon.pp index bbe5b76..2c5f588 100644 --- a/manifests/swh_ceph_mon.pp +++ b/manifests/swh_ceph_mon.pp @@ -1,3 +1,3 @@ class role::swh_ceph_mon inherits role::swh_ceph { - + include profile::ceph::mon } diff --git a/manifests/swh_ceph_osd.pp b/manifests/swh_ceph_osd.pp index 1d30db7..45f9d62 100644 --- a/manifests/swh_ceph_osd.pp +++ b/manifests/swh_ceph_osd.pp @@ -1,3 +1,3 @@ class role::swh_ceph_osd inherits role::swh_ceph { - + include profile::ceph::osd }