Skip to content
Snippets Groups Projects
Verified Commit 66deecd2 authored by ynerant's avatar ynerant
Browse files

[moinmoin] Don't speak too loudly, wget. Take example on curl


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 1ba1a65f
No related branches found
No related tags found
1 merge request!240Fix MoinMoin on Sputnik
{{ ansible_header | comment }}
# Generate sitemap
5 5 * * * root /usr/bin/wget "http://kiwi.adm.crans.org/PageAccueil?action=sitemap" -O /var/local/moin_htdocs_crans/www-sitemap.xml
5 5 * * * root /usr/bin/curl --silent --show-error "http://kiwi.adm.crans.org/PageAccueil?action=sitemap" -o /var/local/moin_htdocs_crans/www-sitemap.xml
# Cleanup
17 3 * * * www-data /usr/bin/find /var/local/wiki/data/cache/__session__ -mtime +30 -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment