From f78171d2747e2afff820040890825c675a47ecc9 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 28 Aug 2014 11:44:01 -0400 Subject: syslog logs everything but webapp FIX #6020 --- puppet/modules/site_webapp/manifests/logging.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/modules/site_webapp/manifests/logging.pp b/puppet/modules/site_webapp/manifests/logging.pp index 441c5792..b414b82c 100644 --- a/puppet/modules/site_webapp/manifests/logging.pp +++ b/puppet/modules/site_webapp/manifests/logging.pp @@ -2,7 +2,7 @@ class site_webapp::logging { rsyslog::snippet { '01-webapp': content => 'if $programname == "webapp" then /var/log/leap/webapp.log -stop' +&~' } augeas { -- cgit v1.2.3