summaryrefslogtreecommitdiff
path: root/manifests/daemon
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-08 21:03:40 +0000
committermh <mh@immerda.ch>2009-01-08 21:03:40 +0000
commita28669485770e6bf62adba52793b6d193ea88b76 (patch)
tree38db3fe1989f0522f7fdefedb9d9fd4d251f5c52 /manifests/daemon
parent147a631c625c6c0eb7b8dcc88a2e068d7a5eb70e (diff)
introducing git-daemon
Diffstat (limited to 'manifests/daemon')
-rw-r--r--manifests/daemon/vhosts.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/daemon/vhosts.pp b/manifests/daemon/vhosts.pp
new file mode 100644
index 0000000..1ebc7eb
--- /dev/null
+++ b/manifests/daemon/vhosts.pp
@@ -0,0 +1,7 @@
+class git::daemon::vhosts inherits git::daemon {
+ File['/etc/sysconfig/git-daemon']{
+ source => [ "puppet://$server/files/git/sysconfig/${fqdn}/git-daemon.vhosts",
+ "puppet://$server/files/git/sysconfig/git-daemon.vhosts",
+ "puppet://$server/git/sysconfig/git-daemon.vhosts" ],
+ }
+}