Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / xinetd / manifests / init.pp
index e2178bd..d85ab70 100644 (file)
@@ -1,9 +1,12 @@
 class xinetd {
        package { 'xinetd':
-               ensure => installed
+               ensure => installed,
        }
 
        service { 'xinetd':
-               ensure => running
+               ensure    => running,
+               hasstatus => false,
+               pattern   => '/usr/sbin/xinetd',
+               require   => Package['xinetd']
        }
 }