Issue #4124 has been updated by Markus Roberts. Status changed from Unreviewed to Investigating Assigned to set to Matt Robinson
---------------------------------------- Bug #4124: puppet resource service does not correctly list disabeld services on centos 5 http://projects.puppetlabs.com/issues/4124 Author: Dan Bode Status: Investigating Priority: Normal Assigned to: Matt Robinson Category: Target version: Affected version: 2.6alpha1 Keywords: Branch: ralsh lists more disabled services that chkconfig --list is aware of. here is a list of the things that puppet should not be listing as services: <pre> functions halt killall krb524 single </pere> the puppet_spec tests are equivalent to: <pre> # ralsh service | grep false | wc -l 34 [r...@puppet2 spec]# for i in `chkconfig --list | awk -F' ' '{print $1}'` ; do if ! chkconfig $i; then echo $i; fi; done | wc -l 29 </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
