summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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