aboutsummaryrefslogtreecommitdiff
path: root/manifests/git-daemon.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/git-daemon.pp')
-rw-r--r--manifests/git-daemon.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/git-daemon.pp b/manifests/git-daemon.pp
index bd3bc68..fdb0007 100644
--- a/manifests/git-daemon.pp
+++ b/manifests/git-daemon.pp
@@ -10,8 +10,8 @@ class git-daemon inherits gitosis {
# 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",
+ 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",
ensure => present,
}
}