summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Proxy.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2016-03-03 10:51:47 -0600
committerSol Jerome <sol.jerome@gmail.com>2016-03-03 10:51:47 -0600
commitf9c60b4c04086a3f653eaa0b5be9d5398a7f27ae (patch)
tree019ec552cf736d58dc57fa8c49ac1407901cbb53 /src/lib/Bcfg2/Client/Proxy.py
parentbedd3b529007515b57d4f08c14ba3178052595b2 (diff)
parent498fee62c01a5187354b109c5378ecf944bf9f94 (diff)
downloadbcfg2-f9c60b4c04086a3f653eaa0b5be9d5398a7f27ae.tar.gz
bcfg2-f9c60b4c04086a3f653eaa0b5be9d5398a7f27ae.tar.bz2
bcfg2-f9c60b4c04086a3f653eaa0b5be9d5398a7f27ae.zip
Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2
Diffstat (limited to 'src/lib/Bcfg2/Client/Proxy.py')
-rw-r--r--src/lib/Bcfg2/Client/Proxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Client/Proxy.py b/src/lib/Bcfg2/Client/Proxy.py
index 679b4c52b..f1caa383a 100644
--- a/src/lib/Bcfg2/Client/Proxy.py
+++ b/src/lib/Bcfg2/Client/Proxy.py
@@ -316,6 +316,7 @@ class ComponentProxy(xmlrpclib.ServerProxy):
help='The time in seconds to wait between retries'),
Bcfg2.Options.Option(
'--ssl-cns', cf=('communication', 'serverCommonNames'),
+ dest="ssl_cns",
type=Bcfg2.Options.Types.colon_list,
help='List of server commonNames')]