summaryrefslogtreecommitdiff
path: root/puppet/modules/soledad
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-13 00:10:09 +0100
committervarac <varacanero@zeromail.org>2014-02-13 00:16:41 +0100
commit12cea40d5dffe5aa6e269c05773ed49d9f00a9ea (patch)
treefd856c0e20d27a561e24175d97308b18344af238 /puppet/modules/soledad
parent1c8c4f6f3b68ba1da13e6b6374c6c55fe8214789 (diff)
added site_check_mk::agent::couchdb and site_check_mk::agent::soledad for local checks
Diffstat (limited to 'puppet/modules/soledad')
-rw-r--r--puppet/modules/soledad/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/soledad/manifests/init.pp b/puppet/modules/soledad/manifests/init.pp
index 7d44c8b4..35adc28e 100644
--- a/puppet/modules/soledad/manifests/init.pp
+++ b/puppet/modules/soledad/manifests/init.pp
@@ -27,4 +27,6 @@ class soledad {
require => User['soledad'];
}
+ include site_check_mk::agent::soledad
+
}