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