Class xinetd::xinetd
In: /modules/xinetd/manifests/init.pp
Parent:

Class: xinetd

This class installs the xinetd package and enables the main xinetd service.

It isn‘t meant to be used on its own, as it is automatically included by the more specific service related definitions of the module.

Sample Usage :

  include xinetd

Resources

Resources

Package["xinetd"]
   ensure => installed
Service["xinetd"]
   require => Package["xinetd"]
   enable => true
   ensure => running
   restart => "/etc/init.d/xinetd reload"
   hasstatus => $hasstatus

[Validate]