aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGabriel Filion <lelutin@gmail.com>2013-01-02 07:32:12 -0500
committerGabriel Filion <lelutin@gmail.com>2013-01-02 07:32:12 -0500
commitcda713fcf6bd189c3e870c9e466aa5f41d1847b6 (patch)
tree9cf8ba23ed7255c23f3acf788f4f79f84d13e2df /README
parentd1d7f7b9bd73cfd982fe3c520f1de266c5836f8c (diff)
parent37e5594770f4e8570f3acbb6e15ae6f0286ca379 (diff)
downloadpuppet-apt-cda713fcf6bd189c3e870c9e466aa5f41d1847b6.tar.gz
puppet-apt-cda713fcf6bd189c3e870c9e466aa5f41d1847b6.tar.bz2
Merge branch 'master' into issue_3953
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index e3ce7d8..b625ff9 100644
--- a/README
+++ b/README
@@ -153,6 +153,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
=======