summaryrefslogtreecommitdiff
path: root/manifests/daemon/disable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon/disable.pp')
-rw-r--r--manifests/daemon/disable.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/daemon/disable.pp b/manifests/daemon/disable.pp
index 057cc88..9a734b5 100644
--- a/manifests/daemon/disable.pp
+++ b/manifests/daemon/disable.pp
@@ -25,5 +25,7 @@ class git::daemon::disable inherits git::daemon::base {
include shorewall::rules::gitdaemon::absent
}
+ if $use_nagios {
+ nagios::service { "git-daemon": check_command => "check_git!${fqdn}", ensure => absent; }
}