From 0948c8fc205c561241fad8a0c6ca3634a8e94c24 Mon Sep 17 00:00:00 2001 From: Nicolas Wavrant <nicolas.wavrant@tiolive.com> Date: Thu, 3 Oct 2013 16:10:45 +0200 Subject: [PATCH] slaprunner : 2 more buildout sections now use hexagoni.recipe.download instead of slapos.recipe.download --- software/slaprunner/common.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/software/slaprunner/common.cfg b/software/slaprunner/common.cfg index c9b87192a..ea612b97c 100644 --- a/software/slaprunner/common.cfg +++ b/software/slaprunner/common.cfg @@ -117,15 +117,17 @@ filename = instance-resilient.cfg.jinja2 mode = 0644 [template-resilient-test] -recipe = slapos.recipe.download +recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/instance-resilient-test.cfg.jinja2 +download-only = true md5sum = 77083db418d86a4b8732170f320a5dc7 filename = instance-resilient-test.cfg.jinja2 mode = 0644 [template_nginx_conf] -recipe = slapos.recipe.download +recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/nginx_conf.in +download-only = true #md5sum = 09b7677dfc6b23c1f58e67fd06a7625e filename = nginx_conf.in mode = 0644 -- 2.30.9