summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-02-24 15:32:15 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-02-24 15:32:15 -0500
commit5e9099b77546a77492402b4003bc9e002bcc4650 (patch)
treeac7fda42b0e8caa7612bff546fbb2866cf8f8d59
parent0c189c8bdbbcc46a42f10ddd700d790f40834661 (diff)
preferences.d/stable is the new preferences
-rw-r--r--manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 542fc1f..f50d4bc 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -3,7 +3,7 @@ class apt::config {
exec { 'update_apt':
command => '/usr/bin/apt-get update',
require => [ File['/etc/apt/apt.conf.d',
- '/etc/apt/preferences',
+ '/etc/apt/preferences.d/stable',
'/etc/apt/sources.list'] ],
refreshonly => true;
}