diff options
author | Micah Anderson <micah@riseup.net> | 2010-12-09 09:51:00 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-12-09 09:51:00 -0500 |
commit | ab3a5294cf0ea0cf2ad233e04bf13f7631f9454c (patch) | |
tree | 67770717c8ffd73511d988c60ac4b6f245e19681 /README | |
parent | c67abe8d167ddc3435c444a44206243e983efea0 (diff) |
removed bit from README that is no longer true
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |