summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-02-24 17:08:12 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-02-24 17:08:12 -0500
commite6b07002d6b53b45012d93a33296b7b7e32f8e92 (patch)
tree56f4168fde3231c02a8d0dcdbf5f534a97143790 /manifests/config.pp
parent3f0a363088c64c905a3fe7f6369d28b770cdf481 (diff)
remove preferences.d files when not using them
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index f50d4bc..50a8ebd 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -3,7 +3,6 @@ class apt::config {
exec { 'update_apt':
command => '/usr/bin/apt-get update',
require => [ File['/etc/apt/apt.conf.d',
- '/etc/apt/preferences.d/stable',
'/etc/apt/sources.list'] ],
refreshonly => true;
}