aboutsummaryrefslogtreecommitdiff
path: root/manifests/git-daemon.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-22 17:17:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-22 17:17:53 -0200
commit688256dfdd7a094a2bdfea8c23570257178cca8c (patch)
tree0f5c46abbc3b4150abf989cab33f5dcbaf3bb6dd /manifests/git-daemon.pp
parent0f47e9b2754a34ca01d770b81008c85fea291a64 (diff)
downloadpuppet-git-688256dfdd7a094a2bdfea8c23570257178cca8c.tar.gz
puppet-git-688256dfdd7a094a2bdfea8c23570257178cca8c.tar.bz2
Fixing git daemon config
Diffstat (limited to 'manifests/git-daemon.pp')
-rw-r--r--manifests/git-daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/git-daemon.pp b/manifests/git-daemon.pp
index 5ed845a..5a5e4fb 100644
--- a/manifests/git-daemon.pp
+++ b/manifests/git-daemon.pp
@@ -11,7 +11,7 @@ class git-daemon inherits git-manager {
# git-daemon config in inetd
line { "git-daemon-inetd":
file => "/etc/inetd.conf",
- line => "git stream tcp nowait gitosis /usr/bin/git git daemon --inetd --verbose --base-path=/var/git/repositories /var/git/repositories",
+ line => "git stream tcp nowait $git_server_implementation /usr/bin/git git daemon --inetd --verbose --base-path=/var/git/repositories /var/git/repositories",
ensure => present,
}
}