diff --git a/manifests/swh_ceph.pp b/manifests/swh_ceph.pp new file mode 100644 index 0000000..bea47e4 --- /dev/null +++ b/manifests/swh_ceph.pp @@ -0,0 +1,3 @@ +class role::swh_ceph inherits role::swh_server { + include profile::puppet::agent +} diff --git a/manifests/swh_ceph_mon.pp b/manifests/swh_ceph_mon.pp new file mode 100644 index 0000000..bbe5b76 --- /dev/null +++ b/manifests/swh_ceph_mon.pp @@ -0,0 +1,3 @@ +class role::swh_ceph_mon inherits role::swh_ceph { + +} diff --git a/manifests/swh_ceph_osd.pp b/manifests/swh_ceph_osd.pp new file mode 100644 index 0000000..1d30db7 --- /dev/null +++ b/manifests/swh_ceph_osd.pp @@ -0,0 +1,3 @@ +class role::swh_ceph_osd inherits role::swh_ceph { + +}