summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2017-04-16 21:31:50 -0400
committerGabriel Filion <gabster@lelutin.ca>2017-04-16 21:31:50 -0400
commit9a4adac94a72d8bd8c3d5b4657adac15f43ecd30 (patch)
treefb0955fe60cb6da29cb217fd151a9c121997f92e
parentbbf4bc03fa076ae3984d8eae18e27fd09627f177 (diff)
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/...`.
-rw-r--r--README.md5
1 files 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: