X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=b2b554633db17a631da51d75a51165f471402037;hb=3df188f879d35836ec0c14298c5dbec06179dd18;hp=d4831787e0949ebdb647b6eec86707f0ff407cfd;hpb=9f55e31316774c436e1b3f6d2dfed7a8d75762f0;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index d483178..b2b5546 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,8 @@ Specifies a custom Apt configuration file. * `priority`: *Optional.* Determines the order in which Apt processes the configuration file. Files with lower priority numbers are loaded first. Valid options: a string containing an integer. Default: '50'. +* `notify_update`: *Optional.* Specifies whether to trigger an `apt-get update` run. Valid options: 'true' and 'false'. Default: 'true'. + #### Define: `apt::key` Manages the GPG keys that Apt uses to authenticate packages. @@ -323,7 +325,7 @@ The `apt::key` define makes use of the `apt_key` type, but includes extra functi #### Define: `apt::pin` -Manages Apt pins. +Manages Apt pins. Does not trigger an `apt-get update` run. **Note:** For context on these parameters, we recommend reading the man page ['apt_preferences(5)'](http://linux.die.net/man/5/apt_preferences)