diff options
author | Micah <micah@riseup.net> | 2016-02-26 09:39:42 +0000 |
---|---|---|
committer | Micah <micah@riseup.net> | 2016-02-26 09:39:42 +0000 |
commit | 8c8bd7bb1e5cc0f5297db9629ece783452233d1f (patch) | |
tree | 7603056ed2591aad9edb0d82c482ff23540c036d | |
parent | 6ba1b097c22e1a686e77ce72646e633f869b4ed3 (diff) | |
parent | 7714aa0436b8cd62982dc6c4f990aec5d33ec852 (diff) | |
download | puppet-apt-8c8bd7bb1e5cc0f5297db9629ece783452233d1f.tar.gz puppet-apt-8c8bd7bb1e5cc0f5297db9629ece783452233d1f.tar.bz2 |
Merge branch 'remove_loglevel_info' into 'master'
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.
micah, assigning to you because this has already bitten me while debugging a failed `apt-get update` for the leap_platform.
See merge request !39
-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'] |