From ca9bc79f042ad01bcd6ced351e4dd7aef5196376 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 6 Dec 2005 23:16:23 +0000 Subject: fix example config install config file with 600 permissions git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1614 ce84e21b-d406-0410-9b95-82705330c041 --- examples/bcfg2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf index a308f7cd7..db3bb8a3f 100644 --- a/examples/bcfg2.conf +++ b/examples/bcfg2.conf @@ -1,5 +1,5 @@ [server] -repository = /disks/bcfg2 +repository = /var/lib/bcfg2 structures = Bundler,Base generators = SSHbase,Cfg,Pkgmgr,Svcmgr @@ -9,7 +9,7 @@ sendmailpath = /usr/sbin/sendmail [communication] protocol = xmlrpc/ssl password = foobat -key = /etc/cobalt.key +key = /etc/bcfg2.key [components] bcfg2 = https://localhost:6789 -- cgit v1.2.3-1-g7c22