aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/git.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/git.pp')
-rw-r--r--deployment/websites/manifests/git.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/websites/manifests/git.pp b/deployment/websites/manifests/git.pp
new file mode 100644
index 00000000..070c13a5
--- /dev/null
+++ b/deployment/websites/manifests/git.pp
@@ -0,0 +1,5 @@
+class websites::git {
+ apache::vhost_redirect { "git.$::domain":
+ url => "http://gitweb.$::domain/",
+ }
+}