X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=ec27807eacb79532c26cde13d95028c68c465721;hb=b9822c6eb75b8a4fc108a736b310c2647afddc03;hp=e8e6d39bd345571bddc682007a669d393f788425;hpb=55a17ac5916110ad996e85af05a18fbdf21a90d5;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index e8e6d39..ec27807 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ The apt module lets you use Puppet to manage Apt sources, keys, and other config Apt (Advanced Package Tool) is a package manager available on Debian, Ubuntu, and several other operating systems. The apt module provides a series of classes, defines, types, and facts to help you automate Apt package management. +**Note**: For this module to be able to correctly auto detect which version of Debian/Ubuntu or derivative you're running you need to make sure the 'lsb-release' package is installed. We highly recommend making this part of your provisioning layer if you run many Debian or derivative systems or ensuring that you have at least Facter 2.2.0 installed which will pull in this dependency for you. + ## Setup ### What apt affects @@ -217,6 +219,8 @@ apt::sources: * `apt_update_last_success`: The date, in epochtime, of the most recent successful `apt-get update` run (based on the mtime of /var/lib/apt/periodic/update-success-stamp). +* `apt_reboot_required`: Determines if a reboot is necessary after updates have been installed. + #### Class: `apt` Main class, includes all other classes.