summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp22
1 files changed, 11 insertions, 11 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 48bcf7c..95840bd 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -1,17 +1,17 @@
class git::daemon {
- include git
+ include git
- case $operatingsystem {
- debian: { include git::daemon::debian }
- centos: { include git::daemon::centos }
- }
+ case $operatingsystem {
+ debian: { include git::daemon::debian }
+ centos: { include git::daemon::centos }
+ }
- if $use_shorewall {
- include shorewall::rules::gitdaemon
- }
+ if $use_shorewall {
+ include shorewall::rules::gitdaemon
+ }
- if $use_nagios {
- nagios::service { "git-daemon": check_command => "check_git!${fqdn}"; }
- }
+ if $use_nagios {
+ nagios::service { "git-daemon": check_command => "check_git!${fqdn}"; }
+ }
}