diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-17 01:12:19 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-17 01:18:33 +0200 |
commit | 7613ddde674f4688c99bc26502d12007b933f061 (patch) | |
tree | bfc2c6f74a207687400e3927c8488349ce600ed1 /README | |
parent | 7ed78d549b27a8ffeb945c76b5a365257e7df788 (diff) | |
download | puppet-apt-7613ddde674f4688c99bc26502d12007b933f061.tar.gz puppet-apt-7613ddde674f4688c99bc26502d12007b933f061.tar.bz2 |
Rename $apt_use_volatile to $apt_volatile_enabled.
This will help merging with Nadir's changes.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ If this variable is set to true apt::unattended_upgrades is included, which will install the package unattended-upgrades and configure it to daily upgrade the system. -$apt_use_volatile +$apt_volatile_enabled ----------------- If this variable is set to true the Debian Volatile sources are added. |