Add ability to specify a hash of apt::conf defines
[puppet-modules/puppetlabs-apt.git] / README.md
index 422a862f5f5433f2727fc9f32bca2e88045b0b84..2c1d3e39af67ba1dc47ac02b19176cac20352388 100644 (file)
--- a/README.md
+++ b/README.md
@@ -260,6 +260,8 @@ Main class, includes all other classes.
 
 ##### Parameters (all optional)
 
+* `confs`: Creates new `apt::conf` resources. Valid options: a hash to be passed to the [`create_resources` function](https://docs.puppetlabs.com/references/latest/function.html#createresources). Default: {}.
+
 * `keys`: Creates new `apt::key` resources. Valid options: a hash to be passed to the [`create_resources` function](https://docs.puppetlabs.com/references/latest/function.html#createresources). Default: {}.
 
 * `ppas`: Creates new `apt::ppa` resources. Valid options: a hash to be passed to the [`create_resources` function](https://docs.puppetlabs.com/references/latest/function.html#createresources). Default: {}.