aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-06 12:30:50 +0200
committerintrigeri <intrigeri@boum.org>2010-10-06 12:30:50 +0200
commitff73987f30e6566b9a89208e6b1ad96724571e0c (patch)
tree248b6800cbed4c62b17e078e346f50d86a36130b /README
parent81fe80d914a2036503cd38fd5d37ad73e558ebd2 (diff)
downloadpuppet-apt-ff73987f30e6566b9a89208e6b1ad96724571e0c.tar.gz
puppet-apt-ff73987f30e6566b9a89208e6b1ad96724571e0c.tar.bz2
Add per-release preferences files.
The previous default pinning preferences only supported tracking stable. Tracking squeeze or sid is now possible.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index b1f98c6..f39007b 100644
--- a/README
+++ b/README
@@ -11,8 +11,9 @@ backports.debian.org is added.
dselect is switched to expert mode to suppress superfluous help screens.
-sources.list and apt_preferences are managed. Testing and unstable are pinned to
-very low values by default to prevent accidental upgrades.
+sources.list and apt_preferences are managed. More recent Debian
+releases are pinned to very low values by default to prevent
+accidental upgrades.
This module needs lsb-release installed.
@@ -54,7 +55,7 @@ $custom_sources_list ='template("apt/sources.list")'
$custom_preferences
--------------------
By default this module will use a basic apt/preferences file with
-unstable and testing pinned to very low values so that any package
+more recent releases pinned to very low values so that any package
installation will not accidentally pull in packages from those suites
unless you explicitly specify the version number. You can set this
variable to pull in a customized apt/preferences template, for