aboutsummaryrefslogtreecommitdiff
path: root/manifests/git-daemon.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-06 14:17:44 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-06 14:17:44 -0200
commit16bac72ec736c403cc59f1388bd067cf2f214bb1 (patch)
treebd494c3e22431985f589399ec05f69aecc53d587 /manifests/git-daemon.pp
parent491770f8156ac3e91ca8e605f7b931ce768c1510 (diff)
downloadpuppet-git-16bac72ec736c403cc59f1388bd067cf2f214bb1.tar.gz
puppet-git-16bac72ec736c403cc59f1388bd067cf2f214bb1.tar.bz2
Expliciting dependency order
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,
}
}