Project

General

Profile

Bug #3537

Updated by Matthieu CERDA almost 11 years ago


 networkCheck file contains:  
 <pre> 
         commands: 

                 rudder_networks_repaired:: 

                         "/etc/init.d/apache2" 
                                 args => "reload", 
                                 classes => if_else("apache_restarted", "apache_restart_failed"); 
 </pre> 

 That does not work on CentOS (or other RedHat based distribution).  
 It should be like in initCheck.cf. 

Back