summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-05-17 11:00:56 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-05-17 11:00:56 -0500
commit418c799f74c66dc2ab3228a7044a57292f2344b4 (patch)
tree1b7eb66a46d7ff4ef79a4dbbb00f2fb80b619ac8
parent06dcdcdf6d333f7bf9c2fee642d6d31a0533932d (diff)
downloadbcfg2-418c799f74c66dc2ab3228a7044a57292f2344b4.tar.gz
bcfg2-418c799f74c66dc2ab3228a7044a57292f2344b4.tar.bz2
bcfg2-418c799f74c66dc2ab3228a7044a57292f2344b4.zip
Init: Remove stray whitespace
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--src/lib/Bcfg2/Server/Admin/Init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Admin/Init.py b/src/lib/Bcfg2/Server/Admin/Init.py
index 153d7bea6..fdab5abca 100644
--- a/src/lib/Bcfg2/Server/Admin/Init.py
+++ b/src/lib/Bcfg2/Server/Admin/Init.py
@@ -113,7 +113,7 @@ def create_key(hostname, keypath, certpath, country, state, location):
hostname,
keypath))
subprocess.call((kcstr), shell=True)
- ccstr = ("openssl req -batch -new -subj '/C=%s/ST=%s/L=%s/CN=%s' -key %s "
+ ccstr = ("openssl req -batch -new -subj '/C=%s/ST=%s/L=%s/CN=%s' -key %s "
"| openssl x509 -req -days 1000 -signkey %s -out %s" % (country,
state,
location,