summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin/Init.py
diff options
context:
space:
mode:
authorJames Yang <jjyang@mcs.anl.gov>2009-06-09 21:37:32 +0000
committerJames Yang <jjyang@mcs.anl.gov>2009-06-09 21:37:32 +0000
commit9498651ddabf80ccf69ff76bb1661c1869f2e64d (patch)
tree160aad54870e62939ad9fbb9acc01c3c1b1f6bd6 /src/lib/Server/Admin/Init.py
parent1bab8239805f00de2922d30a4755eda8054235cf (diff)
downloadbcfg2-9498651ddabf80ccf69ff76bb1661c1869f2e64d.tar.gz
bcfg2-9498651ddabf80ccf69ff76bb1661c1869f2e64d.tar.bz2
bcfg2-9498651ddabf80ccf69ff76bb1661c1869f2e64d.zip
Fixed bug in Init.py with setting up Bcfg2-admin for the first time.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5269 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Admin/Init.py')
-rw-r--r--src/lib/Server/Admin/Init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Init.py b/src/lib/Server/Admin/Init.py
index 018800674..eddbb0b43 100644
--- a/src/lib/Server/Admin/Init.py
+++ b/src/lib/Server/Admin/Init.py
@@ -138,7 +138,7 @@ class Init(Bcfg2.Server.Admin.Mode):
confdata = config % (
repo, ','.join(opts['plugins']),
opts['sendmail'], opts['proto'],
- password, keypath, server_uri
+ password, keypath, keypath, server_uri
)
# don't overwrite existing bcfg2.conf file