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

6 lines
129 B
Puppet

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