aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-10-17 13:58:59 +0200
committermh <mh@immerda.ch>2010-10-17 13:58:59 +0200
commit4d28e6668f0c26d7484198c1cdf418c83898b3c7 (patch)
tree4a7280dd41a671170014d5d3d01d52931a0b94a6 /README
parent521ccfec19d40fa5d78162727afa26c15778c173 (diff)
downloadpuppet-apt-4d28e6668f0c26d7484198c1cdf418c83898b3c7.tar.gz
puppet-apt-4d28e6668f0c26d7484198c1cdf418c83898b3c7.tar.bz2
introduce preferences snippet
Now, we have the possibility to externally add snippes, so that we can preferences for packages that are for example only in backports or unstable.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 8 insertions, 11 deletions
diff --git a/README b/README
index e624bba..b52a024 100644
--- a/README
+++ b/README
@@ -50,17 +50,6 @@ following variable before including this class will pull in the
templates/apt/sources.list file:
$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
-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
-example, setting the following variable before including this class
-will pull in the templates/apt/preferences file:
-$custom_preferences = 'template("apt/preferences")'
-
$custom_key_dir
---------------
If you have different apt-key files that you want to get added to your
@@ -81,6 +70,14 @@ Classes
This module contains only the apt class, which sets up all described
functionality.
+Defines
+=======
+
+apt::preferences_snippet
+------------------------
+
+A way to add pinning information to /etc/apt/preferences
+
Resources
=========