diff options
Diffstat (limited to 'global/overlay')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 |
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 cefd3c5..77f59e0 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' } |