summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 13:44:50 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 13:46:11 +0200
commitd05943272187c396fd2f2a3f1d1ed98de09f563a (patch)
tree1431fb17d70d534bb35465170322b01a6695289c /manifests
parent7f46c4f7bc974f1a4412e56618f8031c135e9126 (diff)
init: No need for the ordering.
Apt class takes care of this well enough for us.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 414abe2..0748d43 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,7 +19,6 @@ class unattended_upgrades (
) inherits ::unattended_upgrades::params {
include ::apt
- Class['apt'] -> Class['unattended_upgrades']
validate_bool(
$install_on_shutdown,