unused module
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / nolisten.pp
index 9e45fba..78fcd00 100644 (file)
@@ -1,19 +1,12 @@
 class vsftpd::nolisten inherits vsftpd {
 
-       $noop = $::hostname ? {
-               villa   => false,
-               default => true
-       }
-
        Service['vsftpd'] {
                ensure => stopped,
-               noop   => $noop,
        }
 
        Service['vsftpd']->Service['xinetd']
 
        file { '/etc/vsftpd.conf':
-               noop    => $noop,
                content => "listen=NO\n",
                notify  => Service['vsftpd']
        }