puppet-prod/site/roles/manifests/ceph/mon.pp
Ben Vincent 5076d7383a feat: add ceph osd/mds/mon roles
- basic roles currently
- will allow build of ceph to begin
2023-11-02 20:12:47 +11:00

7 lines
136 B
Puppet

# a role to deploy the ceph mon
# work in progress
class roles::ceph::mon {
include profiles::defaults
include profiles::base
}