fuel-octane/deployment/puppet/octane_tasks/manifests/ceph_mon_start.pp

6 lines
130 B
Puppet

# == Class: octane_tasks::ceph_mon_start
#
class octane_tasks::ceph_mon_start {
service { 'ceph-mon-all': ensure => running }
}