X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=49266cc913b3837839694b9b52de0c05b42f1c67;hb=015009d5530576136e5a5432e672125da0881d39;hp=30dfed24164b11a747ed2e7e4b83e0f9e63e98b4;hpb=c04cd01290d8539ee284babf443845d5db65ca26;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 30dfed2..49266cc 100644 --- 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.