summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguido <guido@bruo.org>2014-08-28 11:44:01 -0400
committerMicah Anderson <micah@leap.se>2014-08-28 09:49:50 -0700
commitf78171d2747e2afff820040890825c675a47ecc9 (patch)
tree66c80ab6bfd0c94af7a84954b1acb07e1af9e9b9
parent9d6714753ee07ed17c3815f27e891f694a6f4a8d (diff)
syslog logs everything but webapp FIX #6020
-rw-r--r--puppet/modules/site_webapp/manifests/logging.pp2
1 files changed, 1 insertions, 1 deletions
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 {