# File lib/puppet/provider/service/redhat.rb, line 55 55: def initscript 56: raise Puppet::Error, "Do not directly call the init script for '%s'; use 'service' instead" % @resource[:name] 57: end