summaryrefslogtreecommitdiff
path: root/manifests/service.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-04-17 19:45:31 +0000
committervarac <varacanero@zeromail.org>2015-04-17 19:45:31 +0000
commit9930649228a509eda998699e213ed458685763f0 (patch)
tree6924b541a294483ee8e6bfa6a196ca96e31dacfd /manifests/service.pp
parent35d358a4cdf90b3cdc90904ca82b160e9c4376ac (diff)
parent4ced0c5bbe605c322dc4103c3572ae18e69fa278 (diff)
Merge branch 'Dec2014merge' into 'master'
riseup Dec2014merge riseup changes from the last few months, rebased to be easier to deal with. adds: * mrpe support (to replace nrpe) * ps support (to replace statd) * storing ssh keys in an alternate location * update docs * some bug fixes See merge request !2
Diffstat (limited to 'manifests/service.pp')
-rw-r--r--manifests/service.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/service.pp b/manifests/service.pp
index de0cbdb..36fb2d1 100644
--- a/manifests/service.pp
+++ b/manifests/service.pp
@@ -6,6 +6,7 @@ class check_mk::service {
enable => true,
}
}
+ # FIXME: this should get and check $use_ssh before doing this
if ! defined(Service[xinetd]) {
service { 'xinetd':
ensure => 'running',