Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / debian_org / manifests / apt.pp
index 4f31eba..c46c72f 100644 (file)
@@ -108,11 +108,6 @@ class debian_org::apt {
                ensure => 'absent',
        }
 
-       exec { 'dpkg list':
-               command => 'dpkg-query -W -f \'${Package}\n\' > /var/lib/misc/thishost/pkglist',
-               creates => '/var/lib/misc/thishost/pkglist',
-       }
-
        exec { 'apt-get update':
                path    => '/usr/bin:/usr/sbin:/bin:/sbin',
                onlyif  => '/usr/local/bin/check_for_updates',