stop hardcoding hosts
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / nolisten.pp
index 9347845..78fcd00 100644 (file)
@@ -2,13 +2,11 @@ class vsftpd::nolisten inherits vsftpd {
 
        Service['vsftpd'] {
                ensure => stopped,
-               noop   => true,
        }
 
        Service['vsftpd']->Service['xinetd']
 
        file { '/etc/vsftpd.conf':
-               noop    => true,
                content => "listen=NO\n",
                notify  => Service['vsftpd']
        }