From f11e3d475345059220402a44a97da491c85d2b5a Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 25 Jun 2013 11:31:22 -0400 Subject: remove unnecessary before dependency on the /etc/apt/preferences file in unattended_upgrades.pp --- manifests/unattended_upgrades.pp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'manifests') diff --git a/manifests/unattended_upgrades.pp b/manifests/unattended_upgrades.pp index b9d19c3..3492e5f 100644 --- a/manifests/unattended_upgrades.pp +++ b/manifests/unattended_upgrades.pp @@ -18,10 +18,4 @@ class apt::unattended_upgrades { Apt_conf['50unattended-upgrades'] { notify => undef } - - if $apt::custom_preferences != false { - Apt_conf['50unattended-upgrades'] { - before => File['apt_config'], - } - } } -- cgit v1.2.3