aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/git/manifests/snapshot.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/git/manifests/snapshot.pp b/modules/git/manifests/snapshot.pp
index 02fd0c10..f89d27cd 100644
--- a/modules/git/manifests/snapshot.pp
+++ b/modules/git/manifests/snapshot.pp
@@ -16,8 +16,7 @@ define git::snapshot( $source,
if ($refresh != '0') {
cron { "update $name":
- # FIXME no -q ?
- command => "cd $name && /usr/bin/git -q pull",
+ command => "cd $name && /usr/bin/git pull -q",
user => $user,
minute => $refresh
}