Revert "Try to handle xinetd flags sanely"
[mirror/dsa-puppet.git] / modules / rsync / manifests / site.pp
index 6a4284a..bb2ee14 100644 (file)
@@ -1,6 +1,5 @@
 define rsync::site (
        $bind='',
-       $bind6='',
        $source='',
        $content='',
        $fname='',
@@ -40,7 +39,6 @@ define rsync::site (
 
        xinetd::service { "rsync-${name}":
                bind        => $bind,
-               bind6       => $bind6,
                id          => "${name}-rsync",
                server      => '/usr/bin/rsync',
                port        => 'rsync',