From 215b043063de90f0c2f4966382dd30921b8cd398 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Fri, 20 Mar 2015 14:12:12 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01af4b1..3b62f8a 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 -- 2.32.3