From e94243aa74e7a77fb6457e02f6f4201b3f063b96 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 10 Oct 2014 20:21:25 +0200 Subject: Make the template directory configurable Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- templates/install/ipsilon.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/install/ipsilon.conf') diff --git a/templates/install/ipsilon.conf b/templates/install/ipsilon.conf index 99491db..83b9704 100644 --- a/templates/install/ipsilon.conf +++ b/templates/install/ipsilon.conf @@ -1,5 +1,6 @@ [global] debug = ${debugging} +template_dir = "templates" log.screen = ${debugging} base.mount = "/${instance}" -- cgit