[PATCH configure] RM 3181 - delayed_job support

Richard Su rwsu at redhat.com
Wed May 2 00:14:54 UTC 2012


Start and stop conductor-delayed_job service with aeolus-configure
and aeolus-cleanup.
---
 recipes/aeolus/manifests/conductor.pp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/aeolus/manifests/conductor.pp b/recipes/aeolus/manifests/conductor.pp
index f06ae16..528e5ce 100644
--- a/recipes/aeolus/manifests/conductor.pp
+++ b/recipes/aeolus/manifests/conductor.pp
@@ -62,7 +62,8 @@ class aeolus::conductor inherits aeolus {
     }
 
     service { ['aeolus-conductor',
-               'conductor-dbomatic' ]:
+               'conductor-dbomatic',
+               'conductor-delayed_job']:
       ensure    => 'running',
       enable    => true,
       hasstatus => true,
@@ -158,7 +159,8 @@ class aeolus::conductor::disabled {
       require => Service['aeolus-conductor',
                          'conductor-dbomatic'] }
     service { ['aeolus-conductor',
-               'conductor-dbomatic']:
+               'conductor-dbomatic',
+               'conductor-delayed_job']:
       ensure => 'stopped',
       enable => false,
       hasstatus => true }
-- 
1.7.7.6




More information about the aeolus-devel mailing list