diff options
| author | Micah Anderson <micah@riseup.net> | 2010-12-07 23:03:15 -0500 |
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2010-12-07 23:04:46 -0500 |
| commit | dd0552dce13f123dc05c5600232216f905c70f7b (patch) | |
| tree | 1666a9eb3556690707b5e256ea5ae3768ad09c08 /README | |
| parent | ef2ebdffd25937e841be079d3aa256570ac33196 (diff) | |
| download | puppet-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-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: } |
