summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/bcfg2_local.py3
1 files changed, 2 insertions, 1 deletions
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:])