Remove the pkglist fact. It's a) unused and b) slightly buggy
[mirror/dsa-puppet.git] / modules / debian_org / files / apt.conf.d / local-pkglist
diff --git a/modules/debian_org/files/apt.conf.d/local-pkglist b/modules/debian_org/files/apt.conf.d/local-pkglist
deleted file mode 100644 (file)
index 4cf907c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-// THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-// USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-//
-
-DPkg::Post-Invoke { "cd /var/lib/misc/thishost/ ; dpkg-query -W -f '${Package}\n' > pkglist.tmp ; mv pkglist.tmp pkglist"; };