diff options
Diffstat (limited to 'dev/run')
-rwxr-xr-x | dev/run | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -400,6 +400,10 @@ def boot_haproxy(ctx): def hack_default_ini(ctx, node, contents): + contents = re.sub( + "^\[httpd\]$", "[httpd]\nenable = true", contents, flags=re.MULTILINE, + ) + if ctx["enable_erlang_views"]: contents = re.sub( "^\[native_query_servers\]$", |