From ee2264032761abeb6fe090a09b40b8ecde42bef7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 14 Nov 2007 14:38:59 -0500 Subject: (A) add/tweak testcase for blender cache code, (B) modify htaccess file to only authenticate the webui, not the other cgi's. --- cobbler/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler') diff --git a/cobbler/utils.py b/cobbler/utils.py index f9f73b1..db55128 100644 --- a/cobbler/utils.py +++ b/cobbler/utils.py @@ -280,7 +280,7 @@ def blender(api_handle,remove_hashes, root_obj, blend_cache=None): consolidated data. """ - cache_enabled = False + cache_enabled = False # FIXME: disabled for now as there a few bugs in this impl. blend_key = "%s/%s/%s" % (root_obj.TYPE_NAME, root_obj.name, remove_hashes) if cache_enabled and blend_cache is not None: -- cgit