security upload ftp server: disallow directory listings and download
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / site.pp
index 5433325..352ca68 100644 (file)
@@ -4,6 +4,8 @@ define vsftpd::site (
        $chown_user='',
        $writable=false,
        $writable_other=false,
+       $readable=true,
+       $listable=true,
        $banner="${name} FTP Server",
        $max_clients=100,
        $logfile="/var/log/ftp/vsftpd-${name}.debian.org.log",