X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=991e961dcf2bb7ba17c5f17918b9937418ee81db;hb=dfdcfa025554f06c64de1c06b36b8bd96487a22c;hp=d07c7a2fbc974f1906deb7b3f0cae8a665309293;hpb=6619ad843f08dc4addff5e763b01fbc6a8dcf4f8;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index d07c7a2..991e961 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,8 @@ The apt module includes a few facts to describe the state of the Apt system: * `apt_package_updates`: The package names that are available for update. In Facter 2.0 and later, this will be a list type; in earlier versions, it is a comma-delimited string. * `apt_update_last_success`: The date, in epochtime, of the most recent successful `apt-get update` run. This is determined by reading the mtime of /var/lib/apt/periodic/update-success-stamp. +**Note:** The facts depend on 'update-notifier' being installed on your system. Though this is a GNOME daemon only the support files are needed so the package 'update-notifier-common' is enough to enable this functionality. + #### Hiera example ``` @@ -283,6 +285,7 @@ apt::sources: * `download`: How often, in days, to run `apt-get upgrade --download-only`. * `upgrade`: How often, in days, to upgrade packages included in the origins list. * `autoclean`: How often, in days, to run `apt-get autoclean`. +* `randomsleep`: How long, in seconds, to randomly wait before applying upgrades. ### Testing