From: Silvio Rhatto Date: Sat, 19 Mar 2016 14:06:10 +0000 (-0300) Subject: Switch from line to file_line X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=623ce85c7746a4bc6c9eefd6e682bfe8cf1fb963;p=puppet-git.git Switch from line to file_line --- 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'],