syntax, sigh
authorStephen Gran <steve@lobefin.net>
Tue, 24 Apr 2012 20:06:03 +0000 (21:06 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 24 Apr 2012 20:06:03 +0000 (21:06 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/vsftpd/manifests/nolisten.pp

index c2e5d07..0bf6aaf 100644 (file)
@@ -7,7 +7,7 @@ class vsftpd::nolisten {
 
        file { '/etc/vsftpd.conf':
                noop    => true,
-               content => 'listen=NO'
+               content => 'listen=NO',
                notify  => Service['vsftpd']
        }
 }