From 2c794f5d707874ca9b1281a6eec8f70458eb4cc9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 16 Jul 2010 14:13:10 +0200 Subject: [PATCH] booleans now need to be 'true' or 'false' --- system/config_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config_default.py b/system/config_default.py index 9b358e1..c96d2f2 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -242,7 +242,7 @@ def plc (options,index) : 'PLC_NET_DNS1' : 'deferred-dns-1', 'PLC_NET_DNS2' : 'deferred-dns-2', 'PLC_RESERVATION_GRANULARITY':reservation_granularity, - 'PLC_OMF_ENABLED' : True, + 'PLC_OMF_ENABLED' : 'true', 'sites' : sites(options,index), 'keys' : keys(options,index), 'initscripts': initscripts(options,index), -- 2.47.0