diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-25 11:31:22 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-25 11:31:22 -0400 |
commit | f11e3d475345059220402a44a97da491c85d2b5a (patch) | |
tree | 1f449ac3110bb3d583379107b35e061e104e9062 | |
parent | 88bfe5fbab79b23a3f1d19c6283bdb2efd28598e (diff) | |
download | puppet-apt-f11e3d475345059220402a44a97da491c85d2b5a.tar.gz puppet-apt-f11e3d475345059220402a44a97da491c85d2b5a.tar.bz2 |
remove unnecessary before dependency on the /etc/apt/preferences file in unattended_upgrades.pp
-rw-r--r-- | manifests/unattended_upgrades.pp | 6 |
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'], - } - } } |