From 623ce85c7746a4bc6c9eefd6e682bfe8cf1fb963 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Mar 2016 11:06:10 -0300 Subject: Switch from line to file_line --- manifests/daemon.pp | 4 ++-- 1 file 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'], -- cgit v1.2.3