X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=6ea11d7f6d4cc30b081ca20269a2aaa8b87445e0;hb=91092bdc80f5b46bfd38ad4cd53bb5f6bf096e3c;hp=345a0f3ab9c3eafc67ebd2cbd2d5c3e5e0a24da2;hpb=1e45278668b878b7800719838ae659d6f9efc0ff;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 345a0f3..6ea11d7 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.