aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 25b7661..cbdd8d7 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -149,7 +149,8 @@ class apt {
Config_file["/etc/apt/sources.list"] ];
'update_apt':
command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean',
- require => [ Config_file["/etc/apt/sources.list"] ],
+ require => [ File["/etc/apt/apt.conf.d"],
+ Config_file["/etc/apt/sources.list"] ],
loglevel => info,
# Another Semaphor for all packages to reference
alias => "apt_updated";