]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/vsftpd/manifests/nolisten.pp
and noop it all
[dsa-puppet.git] / modules / vsftpd / manifests / nolisten.pp
index 38e6d8cce4d0b03f162a012f2032be72a4195abf..c2e5d079a9fe58cf89d494b8c4eaaa9ad5ea4ec5 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']
        }