summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-12-06 23:16:23 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-12-06 23:16:23 +0000
commitca9bc79f042ad01bcd6ced351e4dd7aef5196376 (patch)
treef71697a341e65c4ff9d07c3211c2640d1f467144 /examples
parentd3fb8f59ae8659c4d1d7f2a65d3a8322c8439829 (diff)
downloadbcfg2-ca9bc79f042ad01bcd6ced351e4dd7aef5196376.tar.gz
bcfg2-ca9bc79f042ad01bcd6ced351e4dd7aef5196376.tar.bz2
bcfg2-ca9bc79f042ad01bcd6ced351e4dd7aef5196376.zip
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
Diffstat (limited to 'examples')
-rw-r--r--examples/bcfg2.conf4
1 files changed, 2 insertions, 2 deletions
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