Drop xinetd support in vsftpd
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / site_systemd.pp
index 789c566..27a75be 100644 (file)
@@ -72,20 +72,10 @@ define vsftpd::site_systemd (
                        Exec['systemctl daemon-reload'],
                        File["/etc/systemd/system/vsftpd-${name}@.service"],
                        File["/etc/systemd/system/vsftpd-${name}.socket"],
-                       Service['xinetd'],
                ],
                provider => systemd,
        }
 
-       xinetd::service { [ "vsftpd-${name}", "vsftpd-${name}6", "vsftpd-${name}-v6" ]:
-               ensure  => absent,
-               id      => 'unused',
-               server  => 'unused',
-               service => 'unused',
-               ferm    => false,
-               before  => Service["vsftpd-${name}.socket"],
-       }
-
        munin::check { "vsftpd-${name}":
                ensure => $ensure,
                script => 'vsftpd'