summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-05-11 10:16:21 -0400
committerMicah Anderson <micah@riseup.net>2011-05-11 10:29:53 -0400
commit0cc74ab15fb5ed15bff11fa4cc1f473c8bf7d85d (patch)
tree2d6c070b2826b30745594df82216a3c28060df96 /manifests/daemon.pp
parent9495860330ac66899616f10c51059447966d1181 (diff)
bulk formatting standardization fixes
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}"; }
+ }
}