From: Peter Palfrader Date: Mon, 5 Jun 2017 17:11:10 +0000 (+0200) Subject: set BufferedLogs to on X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6bed70059cd65fa0f08cf82128aa1955036d0333;p=mirror%2Fdsa-puppet.git set BufferedLogs to on klecker sees a lot of IO which might be attributable to log traffic. Maybe setting BufferedLogs to on will help this. --- diff --git a/modules/apache2/templates/puppet-config.erb b/modules/apache2/templates/puppet-config.erb index 614ac4d68..9a7cdaf1a 100644 --- a/modules/apache2/templates/puppet-config.erb +++ b/modules/apache2/templates/puppet-config.erb @@ -33,3 +33,5 @@ IndexOptions SuppressDescription + +BufferedLogs On