From 287572f8d8468dcf9a0d404f2a30f151269f9a38 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 23 Mar 2014 20:53:23 +0000 Subject: git: Make git pulls silent. This avoids the 'Already up to date.' messages and mirrors what the subversion module does. --- modules/git/manifests/snapshot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/git/manifests/snapshot.pp b/modules/git/manifests/snapshot.pp index 940b50f0..02fd0c10 100644 --- a/modules/git/manifests/snapshot.pp +++ b/modules/git/manifests/snapshot.pp @@ -17,7 +17,7 @@ define git::snapshot( $source, if ($refresh != '0') { cron { "update $name": # FIXME no -q ? - command => "cd $name && /usr/bin/git pull", + command => "cd $name && /usr/bin/git -q pull", user => $user, minute => $refresh } -- cgit v1.2.1