From 16bac72ec736c403cc59f1388bd067cf2f214bb1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Dec 2009 14:17:44 -0200 Subject: Expliciting dependency order --- manifests/git-daemon.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/git-daemon.pp') 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, } } -- cgit v1.2.3