Try to handle xinetd flags sanely
[mirror/dsa-puppet.git] / modules / xinetd / manifests / service.pp
index 522af17..5c8f954 100644 (file)
@@ -6,7 +6,7 @@ define xinetd::service (
        $type='',
        $socket_type=stream,
        $protocol=tcp,
-       $flags=IPv6,
+       $flags='',
        $wait=no,
        $user=root,
        $group='',