diff options
author | Gabriel Filion <lelutin@gmail.com> | 2013-01-02 07:32:12 -0500 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2013-01-02 07:32:12 -0500 |
commit | cda713fcf6bd189c3e870c9e466aa5f41d1847b6 (patch) | |
tree | 9cf8ba23ed7255c23f3acf788f4f79f84d13e2df /README | |
parent | d1d7f7b9bd73cfd982fe3c520f1de266c5836f8c (diff) | |
parent | 37e5594770f4e8570f3acbb6e15ae6f0286ca379 (diff) |
Merge branch 'master' into issue_3953
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ======= |