diff options
author | varac <varacanero@zeromail.org> | 2016-02-25 19:59:58 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-25 19:59:58 +0100 |
commit | 7714aa0436b8cd62982dc6c4f990aec5d33ec852 (patch) | |
tree | 7603056ed2591aad9edb0d82c482ff23540c036d | |
parent | 6ba1b097c22e1a686e77ce72646e633f869b4ed3 (diff) | |
download | puppet-apt-7714aa0436b8cd62982dc6c4f990aec5d33ec852.tar.gz puppet-apt-7714aa0436b8cd62982dc6c4f990aec5d33ec852.tar.bz2 |
Remove loglevel directive from Exec[update_apt]
When using puppet apply (v 3.7), loglevel 'info'
won't show the output on error. This is bad for
debugging.
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 85f44f0..4c44af2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -142,7 +142,6 @@ class apt( require => [ File['/etc/apt/apt.conf.d', '/etc/apt/preferences' ], File['/etc/apt/sources.list'] ], - loglevel => 'info', refreshonly => true, # Another Semaphor for all packages to reference alias => [ 'apt_updated', 'refresh_apt'] |