puppet-zuul/spec/acceptance/fixtures/postconditions.pp

8 lines
164 B
Puppet

exec { 'starting zuul scheduler':
command => '/etc/init.d/zuul-scheduler start',
}
exec { 'starting zuul merger':
command => '/etc/init.d/zuul-merger start'
}