Commit 58a19aea authored by Nicolas Wavrant's avatar Nicolas Wavrant

resilient: fixes frequency of status feed for pbs

parent 79f1d201
...@@ -66,7 +66,7 @@ mode = 0644 ...@@ -66,7 +66,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pull-backup.cfg.in url = ${:_profile_base_location_}/instance-pull-backup.cfg.in
output = ${buildout:directory}/instance-pull-backup.cfg output = ${buildout:directory}/instance-pull-backup.cfg
md5sum = e1f19c1926c6d052ab9459a55f7242ad md5sum = e5642321d44c9a94383826b220df28ae
mode = 0644 mode = 0644
[template-replicated] [template-replicated]
......
...@@ -148,7 +148,7 @@ wrapper-path = $${rootdirectory:bin}/resilient-genstatusrss.py ...@@ -148,7 +148,7 @@ wrapper-path = $${rootdirectory:bin}/resilient-genstatusrss.py
<= cron <= cron
recipe = slapos.cookbook:cron.d recipe = slapos.cookbook:cron.d
name = resilient-pbs-status-feed name = resilient-pbs-status-feed
frequency = 5 * * * * frequency = */5 * * * *
command = $${pbs-resilient-status-feed:wrapper-path} command = $${pbs-resilient-status-feed:wrapper-path}
#---------------- #----------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment