cleanup
authorStephen Gran <steve@lobefin.net>
Wed, 25 Apr 2012 07:51:31 +0000 (08:51 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 25 Apr 2012 07:51:31 +0000 (08:51 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/vsftpd/manifests/nolisten.pp
modules/vsftpd/manifests/site.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']
        }
 }
index 8a6f5b5..af3283e 100644 (file)
@@ -1,7 +1,7 @@
 define vsftpd::site (
        $source='',
        $content='',
-       $bind=$::ipaddress,
+       $bind='',
        $ensure=present
 ){