Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / debian_org / manifests / apt.pp
index ea61ba0..c46c72f 100644 (file)
@@ -105,12 +105,7 @@ class debian_org::apt {
                source => 'puppet:///modules/debian_org/apt.conf.d/local-cainfo',
        }
        file { '/etc/apt/apt.conf.d/local-pkglist':
-               source => 'puppet:///modules/debian_org/apt.conf.d/local-pkglist',
-       }
-
-       exec { 'dpkg list':
-               command => 'dpkg-query -W -f \'${Package}\n\' > /var/lib/misc/thishost/pkglist',
-               creates => '/var/lib/misc/thishost/pkglist',
+               ensure => 'absent',
        }
 
        exec { 'apt-get update':