diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 3 |
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"; |