aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-25 11:31:22 -0400
committerMicah Anderson <micah@riseup.net>2013-06-25 11:31:22 -0400
commitf11e3d475345059220402a44a97da491c85d2b5a (patch)
tree1f449ac3110bb3d583379107b35e061e104e9062 /manifests
parent88bfe5fbab79b23a3f1d19c6283bdb2efd28598e (diff)
downloadpuppet-apt-f11e3d475345059220402a44a97da491c85d2b5a.tar.gz
puppet-apt-f11e3d475345059220402a44a97da491c85d2b5a.tar.bz2
remove unnecessary before dependency on the /etc/apt/preferences file in unattended_upgrades.pp
Diffstat (limited to 'manifests')
-rw-r--r--manifests/unattended_upgrades.pp6
1 files changed, 0 insertions, 6 deletions
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'],
- }
- }
}