diff options
| author | nadir <nadir-technik@nadir.org> | 2012-11-08 10:16:09 +0100 | 
|---|---|---|
| committer | nadir <nadir-technik@nadir.org> | 2012-12-18 22:26:53 +0100 | 
| commit | 4718ae27c9e58e97baf520629ab154bc66acda6e (patch) | |
| tree | 9fe06b297071a9c64b74c3f49101d27c560fe0c0 | |
| parent | 4204847fdd423dfaff0dafb5130080a30003921f (diff) | |
| download | puppet-apt-4718ae27c9e58e97baf520629ab154bc66acda6e.tar.gz puppet-apt-4718ae27c9e58e97baf520629ab154bc66acda6e.tar.bz2 | |
updated README to explain $apt_disable_update
| -rw-r--r-- | README | 9 | 
1 files changed, 9 insertions, 0 deletions
| @@ -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  ======= | 
