From 05abad415c08e57ef00007cad7bc8578a1d9abad Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 16 Jul 2010 17:12:13 +0200 Subject: [PATCH] unset OMF_ENABLED as this requires the XMPP values to be defined as well --- 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 c96d2f2..c776991 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' : 'false', 'sites' : sites(options,index), 'keys' : keys(options,index), 'initscripts': initscripts(options,index), -- 2.43.0