summaryrefslogtreecommitdiff
path: root/manifests/settings.pp
diff options
context:
space:
mode:
authorAdrien Thebo <adrien.thebo@gmail.com>2011-05-24 08:43:13 -0700
committerAdrien Thebo <adrien.thebo@gmail.com>2011-05-24 08:43:13 -0700
commit26dc2c63d1f07b04cd4e639f40cc651aacb2ce54 (patch)
treedd7e01a9a947496a6713e15c75d0596034b92ede /manifests/settings.pp
parentc9e633c9483f2d0f1a69d380897354b11dbc4a35 (diff)
Miscellaneous fixes.
Diffstat (limited to 'manifests/settings.pp')
-rw-r--r--manifests/settings.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/settings.pp b/manifests/settings.pp
index ba31247..49317db 100644
--- a/manifests/settings.pp
+++ b/manifests/settings.pp
@@ -8,7 +8,7 @@
#
# Sample Usage:
#
-class gitweb::settings (
- $site_alias = "gitweb",
+class gitweb::settings (
+ $site_alias = "gitweb"
) {
}