Need to update APT lists after apt.conf.d changes.
This commit is contained in:
parent
e0e1b80c4e
commit
8a9bea09e9
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue