X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=5097fffbdf1f048987dac14257faeda9ccada197;hb=794c758c514d511f9634ead0fcb46ce910a7d01c;hp=82da917f387b50e43a1bb490e7789616ef4812cb;hpb=d64fc7423f8e30f3190e29d3721141f7fed7e198;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 82da917..5097fff 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ class { 'apt': } * `apt::params`: Sets defaults for the apt module parameters. -* `apt::update`: Runs `apt-get update`, updating the list of available packages and their versions without installing or upgrading any packages. The update runs on the first Puppet run after you include the class, then whenever `notify => Exec['apt_update']` occurs; i.e., whenever config files get updated or other relevant changes occur. If you set `update['frequency']` to `true`, the update runs on every Puppet run. +* `apt::update`: Runs `apt-get update`, updating the list of available packages and their versions without installing or upgrading any packages. The update runs on the first Puppet run after you include the class, then whenever `notify => Exec['apt_update']` occurs; i.e., whenever config files get updated or other relevant changes occur. If you set `update['frequency']` to `'always'`, the update runs on every Puppet run. ### Types