Ensure the /var/run/vsftpd/empty exists as vsftpd is broken without it
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / init.pp
index 876e865..0ad87ba 100644 (file)
@@ -25,6 +25,11 @@ class vsftpd {
                notify => Exec['systemctl daemon-reload'],
        }
 
+       # Ensure the empty dir is present, workaround for #789127
+       file { '/etc/tmpfiles.d/vsftpd.conf':
+               content => 'd /var/run/vsftpd/empty 0755 root root -'
+               notify => Exec['systemd-tmpfiles --create --exclude-prefix=/dev'],
+       }
 
        munin::check { 'vsftpd':
                ensure => absent