summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp4
1 files 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'
}