diff options
author | guido <guido@bruo.org> | 2014-08-28 11:44:01 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-08-28 09:49:50 -0700 |
commit | f78171d2747e2afff820040890825c675a47ecc9 (patch) | |
tree | 66c80ab6bfd0c94af7a84954b1acb07e1af9e9b9 /puppet/modules/site_webapp/manifests | |
parent | 9d6714753ee07ed17c3815f27e891f694a6f4a8d (diff) |
syslog logs everything but webapp FIX #6020
Diffstat (limited to 'puppet/modules/site_webapp/manifests')
-rw-r--r-- | puppet/modules/site_webapp/manifests/logging.pp | 2 |
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 { |