and noop it all
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / nolisten.pp
index 38e6d8c..c2e5d07 100644 (file)
@@ -1,10 +1,12 @@
 class vsftpd::nolisten {
 
        Service['vsftpd'] {
-               ensure => stopped
+               ensure => stopped,
+               noop   => true,
        }
 
        file { '/etc/vsftpd.conf':
+               noop    => true,
                content => 'listen=NO'
                notify  => Service['vsftpd']
        }