diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-20 14:58:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-20 14:58:42 -0200 |
commit | 60648d5bff25a9fcca722aa1aa697cb4228e71d0 (patch) | |
tree | 71eb8c0d25d7f7adb64e670ec43884e56e1d96fa | |
parent | f30637ead1f87c06bbf2ee66a55e8d709b09e18b (diff) | |
download | puppet-git-60648d5bff25a9fcca722aa1aa697cb4228e71d0.tar.gz puppet-git-60648d5bff25a9fcca722aa1aa697cb4228e71d0.tar.bz2 |
File source fix
-rw-r--r-- | manifests/gitosis.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gitosis.pp b/manifests/gitosis.pp index 853ca7e..c446918 100644 --- a/manifests/gitosis.pp +++ b/manifests/gitosis.pp @@ -71,7 +71,7 @@ class gitosis inherits git { owner => root, group => root, mode => 0755, - source => "puppet:///files/git/git-mass-update-server-info", + source => "puppet:///modules/git/git-mass-update-server-info", } # mass update hourly |