aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-02 18:09:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-02 18:09:19 -0300
commit2f8c3ef206677dfdb4b3ee517149197f3d391e2b (patch)
treedd529776d1c95ddf1bd7791b9261b07dd0efabe2 /manifests
parent083c46bcae2054233d16ad94fb46c5958c6666d4 (diff)
downloadpuppet-git-2f8c3ef206677dfdb4b3ee517149197f3d391e2b.tar.gz
puppet-git-2f8c3ef206677dfdb4b3ee517149197f3d391e2b.tar.bz2
Use 'git' instead of 'gitolite' user (2)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 56e0430..7dedce9 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -17,7 +17,7 @@ class git::daemon (
# git-daemon config in inetd
line { "git-daemon-inetd":
file => "/etc/inetd.conf",
- line => "git stream tcp nowait ${implementation} /usr/bin/git git daemon --inetd --verbose --base-path=/var/git/repositories /var/git/repositories",
+ line => "git stream tcp nowait git /usr/bin/git git daemon --inetd --verbose --base-path=/var/git/repositories /var/git/repositories",
ensure => present,
}
}