From 25449bf898f3e2759610f74d416754fae50309eb Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 27 Jan 2015 14:45:40 +0100 Subject: fix cronjob --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index d4229fc..a393e98 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -158,7 +158,7 @@ class docker_signer { ports => ['80:80'] } cron {'update-swamid-metadata': - command => "cd /opt/swamid-metadata && git -q pull", + command => "cd /opt/swamid-metadata && git pull -q", user => root, minute => '*/5' } @@ -184,7 +184,7 @@ class signer { replace => false } cron {'update-swamid-metadata': - command => "cd /opt/swamid-metadata && git -q pull", + command => "cd /opt/swamid-metadata && git pull -q", user => root, minute => '*/5' } -- cgit v1.1