stop hardcoding hosts
[mirror/dsa-puppet.git] / manifests / site.pp
index 11bf958..3cb7b30 100644 (file)
@@ -108,8 +108,4 @@ node default {
        if $::spamd {
                munin::check { 'spamassassin': }
        }
-
-       if $::hostname in [chopin] {
-               include vsftpd
-       }
 }