From 9498651ddabf80ccf69ff76bb1661c1869f2e64d Mon Sep 17 00:00:00 2001 From: James Yang Date: Tue, 9 Jun 2009 21:37:32 +0000 Subject: 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 --- src/lib/Server/Admin/Init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server/Admin/Init.py') 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 -- cgit v1.2.3-1-g7c22