Need to update APT lists after apt.conf.d changes.

This commit is contained in:
intrigeri 2010-10-17 16:47:38 +02:00
parent e0e1b80c4e
commit 8a9bea09e9

View file

@ -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";