diff --git a/stack/monitor/buildout.cfg b/stack/monitor/buildout.cfg index 8ae4ff1354e5e00a09bf0d3bc4e54d898fe93a2b..96ea2fd740ab00c997211f765a54acbaebdf7dbb 100644 --- a/stack/monitor/buildout.cfg +++ b/stack/monitor/buildout.cfg @@ -6,23 +6,17 @@ extends = ../../component/dash/buildout.cfg ../../component/dcron/buildout.cfg ../../component/openssl/buildout.cfg - ../../component/nginx/buildout.cfg -parts += - backup-script-template +parts = collective.recipe.template-egg dcron download-static-files eggs extra-eggs - make-rss monitor-bin monitor-template - nginx rss-bin slapos-cookbook - static-folder - template-nginx-conf [collective.recipe.template-egg] recipe = zc.recipe.egg @@ -33,6 +27,7 @@ eggs = collective.recipe.template recipe = zc.recipe.egg interpreter = pythonwitheggs eggs = + cns.recipe.symlink PyRSS2Gen Jinja2