aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2012-11-08 10:16:09 +0100
committernadir <nadir-technik@nadir.org>2012-12-18 22:26:53 +0100
commit4718ae27c9e58e97baf520629ab154bc66acda6e (patch)
tree9fe06b297071a9c64b74c3f49101d27c560fe0c0
parent4204847fdd423dfaff0dafb5130080a30003921f (diff)
downloadpuppet-apt-4718ae27c9e58e97baf520629ab154bc66acda6e.tar.gz
puppet-apt-4718ae27c9e58e97baf520629ab154bc66acda6e.tar.bz2
updated README to explain $apt_disable_update
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index be80c62..1d43284 100644
--- a/README
+++ b/README
@@ -155,6 +155,15 @@ $apt_repos
If this variable is set the default repositories list ("main contrib non-free")
is overriden.
+$apt_disable_update
+-------------------
+
+Disable "apt-get update" which is normally triggered by apt::upgrade_package
+and apt::dist_upgrade.
+Note that nodes can be updated once a day by using
+ APT::Periodic::Update-Package-Lists "1";
+in i.e. /etc/apt/apt.conf.d/80_apt_update_daily.
+
Classes
=======