ordering fixups
[mirror/dsa-puppet.git] / modules / xinetd / manifests / init.pp
index 521cd4b..845c802 100644 (file)
@@ -5,7 +5,8 @@ class xinetd {
        }
 
        service { 'xinetd':
-               ensure => running,
-               noop   => true,
+               ensure  => running,
+               noop    => true,
+               require => Package['xinetd']
        }
 }