From e59ffe8f211e7bf2314402b96b44e0e72021c15f Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 2 Apr 2013 14:19:09 -0400 Subject: fix bogus bundle_quick option handling in bcfg2_local.py --- tools/bcfg2_local.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bcfg2_local.py b/tools/bcfg2_local.py index 70e8fc0b2..edb5a7101 100755 --- a/tools/bcfg2_local.py +++ b/tools/bcfg2_local.py @@ -68,7 +68,8 @@ def main(): # CLIENT_BUNDLEQUICK option uses -Q, just like the server repo # option. the server repo is more important for this # application. - del optinfo['bundle_quick'] + optinfo['bundle_quick'] = Bcfg2.Options.Option('bundlequick', + default=False) setup = Bcfg2.Options.OptionParser(optinfo) setup.parse(sys.argv[1:]) -- cgit v1.2.3-1-g7c22