summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-23 21:37:21 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-23 21:38:25 +0200
commiteaab2fc08b991d93d9c8c1c2f443c8a63411c1c8 (patch)
treee3e12e056bf49c73bc2ef218dad24a664f2fea84 /README.md
parent784efa5040926209df3bba775abb87a0a591bac7 (diff)
init: Do not include apt ourselves.
Using `include apt` causes problems. If someone in the catalogue does an `class { 'apt: }` and we come after it with `include apt` this will work. However if the order is reversed we'll get a duplicate resource definition. Closes #12
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c266734..8c1581c 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,9 @@ The unattended\_upgrades module automates the configuration of apt package updat
### Beginning with unattended\_upgrades
-All you need to do is include the module `include unattended_upgrades`.
+All you need to do is include the apt module, `include apt`, and this module, `include unattended_upgrades` for it to work.
+
+This module relies on the [apt](https://forge.puppetlabs.com/puppetlabs/apt) module and will not work without it.
## Usage