Commit 176fdedb authored by Vincent Pelletier's avatar Vincent Pelletier

varnish: Remove unneeded cast.

parent 0a62b8fd
{% set web_checker_parameter = slapparameter_dict['web-checker-mail-address'] -%}
{% set tcpv4_port = slapparameter_dict.get('tcpv4_port', 6001) | int -%}
{% set tcpv4_port = slapparameter_dict.get('tcpv4_port', 6001) -%}
[buildout]
parts =
publish-varnish-connection-information
......
......@@ -87,7 +87,7 @@ extra-context =
[template-varnish]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-varnish.cfg.in
md5sum = 6b6d748bf089038234f864417a6182cc
md5sum = d1d174222fccd76729ac9e4c36be0a0a
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