summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp14
1 files changed, 7 insertions, 7 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3afce8d..4693af7 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,13 +13,13 @@
class git {
- case $operatingsystem {
- debian: { include git::debian }
- centos: { include git::centos }
- }
+ case $operatingsystem {
+ debian: { include git::debian }
+ centos: { include git::centos }
+ }
- if $use_shorewall {
- include shorewall::rules::out::git
- }
+ if $use_shorewall {
+ include shorewall::rules::out::git
+ }
}