summaryrefslogtreecommitdiff
path: root/manifests/web/lighttpd.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/web/lighttpd.pp
parent9495860330ac66899616f10c51059447966d1181 (diff)
bulk formatting standardization fixes
Diffstat (limited to 'manifests/web/lighttpd.pp')
-rw-r--r--manifests/web/lighttpd.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/web/lighttpd.pp b/manifests/web/lighttpd.pp
index 9534c60..980e23c 100644
--- a/manifests/web/lighttpd.pp
+++ b/manifests/web/lighttpd.pp
@@ -1,7 +1,7 @@
class git::web::lighttpd {
- include ::lighttpd
+ include ::lighttpd
- lighttpd::config::file{'lighttpd-gitweb':
- content => 'global { server.modules += ("mod_rewrite", "mod_redirect", "mod_alias", "mod_setenv", "mod_cgi" ) }',
- }
+ lighttpd::config::file{'lighttpd-gitweb':
+ content => 'global { server.modules += ("mod_rewrite", "mod_redirect", "mod_alias", "mod_setenv", "mod_cgi" ) }',
+ }
}