aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git')
-rw-r--r--modules/git/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp
index 01410b94..51547790 100644
--- a/modules/git/manifests/init.pp
+++ b/modules/git/manifests/init.pp
@@ -113,7 +113,7 @@ class git {
}
cron { "update $name":
- command => "/usr/bin/git pull $name" ,
+ command => "cd $name ; /usr/bin/git pull -q" ,
minute => $refresh
}
}