Class apache_httpd::service::base
In: /modules/apache_httpd/manifests/service/base.pp
Parent:

Class: apache_httpd::service::base

Apache httpd web server service base class. This class is not meant to be used on its own. It exists only because parametrized classes cannot be inherited reliably (as of 2.6.8), so we have the main apache_httpd definition wrapping around small non-parametrized classes with inheritence.

Inherited by

Resources

Resources

Service["httpd"]
   ensure => running
   enable => true
   restart => "/sbin/service httpd reload"
   hasstatus => true
   require => Package["httpd"]

Main service, modified in inherited classes

[Validate]