# File lib/puppet/provider/service/redhat.rb, line 14 14: def self.instances 15: # this exclude list is all from /sbin/service (5.x), but I did not exclude kudzu 16: self.get_services(['/etc/init.d'], ['functions', 'halt', 'killall', 'single', 'linuxconf']) 17: end