aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/daemon.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index c69e48f..e2d24f7 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -76,8 +76,8 @@ class git::daemon (
include inetd
# git-daemon config in inetd
- line { "git-daemon-inetd":
- file => "/etc/inetd.conf",
+ file_line { "git-daemon-inetd":
+ path => "/etc/inetd.conf",
line => "git stream tcp nowait git /usr/bin/git git daemon --inetd --verbose --base-path=/var/git/repositories /var/git/repositories",
ensure => present,
notify => Service['inetd'],