summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-26 14:52:04 +0100
committervarac <varacanero@zeromail.org>2014-02-27 18:12:15 +0100
commit5b15447055de66f30bc7f036a588dec4638b9a7d (patch)
tree431ad79963f1d6439104b6f69e29bed39afbfcfd /puppet/modules/site_webapp
parent877e6daa7e281c27114759482879e6f8c6903283 (diff)
check syslog for webapp errors
Diffstat (limited to 'puppet/modules/site_webapp')
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp
index f8216aa4..d02a7261 100644
--- a/puppet/modules/site_webapp/manifests/init.pp
+++ b/puppet/modules/site_webapp/manifests/init.pp
@@ -157,5 +157,5 @@ class site_webapp {
}
include site_shorewall::webapp
-
+ include site_check_mk::agent::webapp
}