all vsftpd is now from xinetd
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / site.pp
index 338a592..fc941f3 100644 (file)
@@ -9,7 +9,7 @@ define vsftpd::site (
        $ensure=present
 ){
 
-       include vsftpd::nolisten
+       include vsftpd
 
        case $ensure {
                present,absent: {}
@@ -40,4 +40,5 @@ define vsftpd::site (
                require     => File[$fname]
        }
 
+       Service['vsftpd']->Service['xinetd']
 }