manual dependencies
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / nolisten.pp
index c55d745..9347845 100644 (file)
@@ -5,9 +5,11 @@ class vsftpd::nolisten inherits vsftpd {
                noop   => true,
        }
 
+       Service['vsftpd']->Service['xinetd']
+
        file { '/etc/vsftpd.conf':
                noop    => true,
-               content => 'listen=NO',
+               content => "listen=NO\n",
                notify  => Service['vsftpd']
        }
 }