From 428fc02f802c6260e6a1ec4923fdcb91af34fd7b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 20 Jul 2011 00:07:21 +0000 Subject: fix cron job --- modules/git/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git') 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 } } -- cgit v1.2.1