aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-07 23:03:15 -0500
committerMicah Anderson <micah@riseup.net>2010-12-07 23:04:46 -0500
commitdd0552dce13f123dc05c5600232216f905c70f7b (patch)
tree1666a9eb3556690707b5e256ea5ae3768ad09c08 /README
parentef2ebdffd25937e841be079d3aa256570ac33196 (diff)
downloadpuppet-apt-dd0552dce13f123dc05c5600232216f905c70f7b.tar.gz
puppet-apt-dd0552dce13f123dc05c5600232216f905c70f7b.tar.bz2
update apt::preseeded_package template sources to use $lsbdistcodename instead of $debian_release, also expand it to allow for site-apt sources
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 406266a..7abb1ea 100644
--- a/README
+++ b/README
@@ -226,10 +226,10 @@ apt::preseeded_package
----------------------
This simplifies installation of packages for which you wish to preseed the
-answers to debconf. For example, if you wish to provide a preseed file
-for the locales package, you would place the locales.seed file in
-'templates/$debian_version/locales.seeds' and then include the following
-in your manifest:
+answers to debconf. For example, if you wish to provide a preseed file for the
+locales package, you would place the locales.seed file in
+'site-apt/templates/$lsbdistcodename/locales.seeds' and then include the
+following in your manifest:
apt::preseeded_package { locales: }