From 5e9099b77546a77492402b4003bc9e002bcc4650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 24 Feb 2017 15:32:15 -0500 Subject: preferences.d/stable is the new preferences --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3