From 434ce802b59f3f47342c94cf3b822a111c9934b2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 20 Jul 2011 12:09:13 +0000 Subject: fix the update cron --- modules/git/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git/manifests') diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp index ee9985b3..06e876e9 100644 --- a/modules/git/manifests/init.pp +++ b/modules/git/manifests/init.pp @@ -114,7 +114,7 @@ class git { } cron { "update $name": - command => "cd $name ; /usr/bin/git pull -q" , + command => "cd $name ; /usr/bin/git fetch -q", minute => $refresh } } -- cgit v1.2.1