summaryrefslogtreecommitdiff
path: root/manifests
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 /manifests
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 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 72f5d52..4829256 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -18,8 +18,6 @@ class unattended_upgrades (
$verbose = 0,
) inherits ::unattended_upgrades::params {
- include ::apt
-
validate_bool(
$install_on_shutdown,
$legacy_origin,