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