Commit 95eb1ab3 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! varnish: Provide web-checker's required parameters.

parent 16180362
......@@ -27,7 +27,7 @@ web-checker-working-directory = ${directory:web-checker}
frontend-url = {{ web_checker_dict.get('frontend-url', 'http://%(ip)s:%(port)s/') % {
'ip': ip,
'port': tcpv4_port,
} -%}
} }}
mail-address = {{ web_checker_dict['mail-address'] }}
smtp-host = {{ web_checker_dict['smtp-host'] }}
wget-binary-path = {{ parameter_dict['wget'] }}/bin/wget
......
......@@ -87,7 +87,7 @@ extra-context =
[template-varnish]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-varnish.cfg.in
md5sum = febb523b1cb1aff5214d6f07c78644bb
md5sum = 4334d900f212d170fd0ca35865879bdf
mode = 640
[eggs]
......
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