]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
updated README to explain $apt_disable_update
authornadir <nadir-technik@nadir.org>
Thu, 8 Nov 2012 09:16:09 +0000 (10:16 +0100)
committernadir <nadir-technik@nadir.org>
Thu, 8 Nov 2012 09:16:09 +0000 (10:16 +0100)
README

diff --git a/README b/README
index be80c62788ef941f3eb472eb285dfa8cb61a2e84..1d43284c4047023a843aad1df35e264a252d18af 100644 (file)
--- 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
 =======