diff options
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/manifests/init.pp b/manifests/init.pp index 701005b..c06c2ef 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -63,6 +63,7 @@ class apt {        "/usr/bin/apt-get update && /usr/bin/apt-get autoclean #hourly":          require => [ File["/etc/apt/sources.list"],                       File["/etc/apt/preferences"], File[apt_config] ], +        loglevel => info,          # Another Semaphor for all packages to reference          alias => apt_updated;    } | 
