summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/logging.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_webapp/manifests/logging.pp')
-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 {