stop hardcoding hosts
[mirror/dsa-puppet.git] / manifests / site.pp
index 9c714a5..3cb7b30 100644 (file)
@@ -1,6 +1,5 @@
 Package {
-       require => File['/etc/apt/apt.conf.d/local-recommends'],
-       stage   => deploy_infra
+       require => File['/etc/apt/apt.conf.d/local-recommends']
 }
 
 File {
@@ -109,8 +108,4 @@ node default {
        if $::spamd {
                munin::check { 'spamassassin': }
        }
-
-       if $::hostname in [chopin,franck,ravel] {
-               include vsftpd
-       }
 }