From: Daniele Sluijters Date: Tue, 14 Oct 2014 11:42:59 +0000 (+0200) Subject: README: the facts depend on update-notifier X-Git-Tag: 1.8.0~39 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=be3abffb0eaee90407661ad8b91fc9bf80f8b9da;p=puppet-modules%2Fpuppetlabs-apt.git README: the facts depend on update-notifier --- diff --git a/README.md b/README.md index 99481a3..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 ```