cleanup
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / site.pp
index 8a6f5b5..af3283e 100644 (file)
@@ -1,7 +1,7 @@
 define vsftpd::site (
        $source='',
        $content='',
-       $bind=$::ipaddress,
+       $bind='',
        $ensure=present
 ){