From 9a4adac94a72d8bd8c3d5b4657adac15f43ecd30 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sun, 16 Apr 2017 21:31:50 -0400 Subject: README: slightly reword template usage for apt::package The current wording is not super clear on what type of file should be dropped in `site_apt/...`. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 944044b..3343393 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ This simplifies installation of packages for which you wish to preseed the answers to debconf or pin to a certain version. To use preseeding you need to set the `use_seed` parameter to true. For -example, if you wish to provide a preseed file for the locales package, you +example, if you wish to provide a preseed template 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: @@ -525,7 +525,8 @@ following in your manifest: } You can change what template is used by setting `seedfile_template` to a -template path (same as you would pass to the template() function). +template path of your choosing (same as you would pass to the template() +function). You can also specify the content of the seed via the `seedfile_content` parameter instead of using a template, for example: -- cgit v1.2.3