Merge pull request #596 from danielhoherd/master
[puppet-modules/puppetlabs-apt.git] / README.md
index 30dfed24164b11a747ed2e7e4b83e0f9e63e98b4..49266cc913b3837839694b9b52de0c05b42f1c67 100644 (file)
--- a/README.md
+++ b/README.md
@@ -485,6 +485,8 @@ Manages the Apt sources in `/etc/apt/sources.list.d/`.
 
 * `trusted_source`: Specifies whether to authenticate packages from this release, even if the Release file is not signed or the signature can't be checked. Valid options: 'true' and 'false'. Default: undef. This parameter is **deprecated** and will be removed in a future version of the module.
 
+* `notify_update`: *Optional.* Specifies whether to trigger an `apt-get update` run. Valid options: 'true' and 'false'. Default: 'true'.
+
 #### Type: `apt_key`
 
 Manages the GPG keys that Apt uses to authenticate packages.