aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-09 09:51:00 -0500
committerMicah Anderson <micah@riseup.net>2010-12-09 09:51:00 -0500
commitab3a5294cf0ea0cf2ad233e04bf13f7631f9454c (patch)
tree67770717c8ffd73511d988c60ac4b6f245e19681 /README
parentc67abe8d167ddc3435c444a44206243e983efea0 (diff)
downloadpuppet-apt-ab3a5294cf0ea0cf2ad233e04bf13f7631f9454c.tar.gz
puppet-apt-ab3a5294cf0ea0cf2ad233e04bf13f7631f9454c.tar.bz2
removed bit from README that is no longer true
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index f171e8c..7c747a1 100644
--- a/README
+++ b/README
@@ -325,10 +325,6 @@ Package { require => Exec[apt_updated] }
TODO
====
-Currently this module updates the caches on every run. Running apt-get update is
-an expensive operation and should be done only on schedule by using
-apticron or cron-apt.
-
Sometimes -- especially when initially starting management or deploying new
packages -- a immediate update is really needed to be able to install the right
packages without errors. Thus a method should be devised to be able to specify