Add ftp on ports-master for incoming
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / site.pp
index 63f9ed6..4adb08a 100644 (file)
@@ -3,6 +3,7 @@ define vsftpd::site (
        $bind='',
        $chown_user='',
        $writable=false,
+       $writable_other=false,
        $banner="${name} FTP Server",
        $max_clients=100,
        $logfile="/var/log/ftp/vsftpd-${name}.debian.org.log",