diff options
-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 |