'--proxy' is a valid argument for the 'url' and 'repo' kickstart
options:

  url --url http://repos.example.com/repo --proxy=proxy.example.com:3128

Signed-off-by: John Morris <[email protected]>
---
 koan/app.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koan/app.py b/koan/app.py
index f984cd4..80a91a2 100755
--- a/koan/app.py
+++ b/koan/app.py
@@ -705,6 +705,7 @@ class Koan:
 
                 url_parser = OptionParser()
                 url_parser.add_option("--url", dest="url")
+                url_parser.add_option("--proxy", dest="proxy")
 
                 nfs_parser = OptionParser()
                 nfs_parser.add_option("--dir", dest="dir")
-- 
1.7.1

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to