diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-10-25 06:33:48 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-10-25 06:33:48 +0000 |
commit | 752da30d8ca87a74e76a458e774843a7ad997708 (patch) | |
tree | 621305b97a8c41a20f7c3e0710fff9ed17956d45 | |
parent | 86604e3c1bb29fc246ed1a4a55ed060e31b714b3 (diff) | |
download | bcfg2-752da30d8ca87a74e76a458e774843a7ad997708.tar.gz bcfg2-752da30d8ca87a74e76a458e774843a7ad997708.tar.bz2 bcfg2-752da30d8ca87a74e76a458e774843a7ad997708.zip |
remove bogus directive
(Logical change 1.345)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1428 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | examples/bcfg2.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf index f08fc2abe..bf18041e2 100644 --- a/examples/bcfg2.conf +++ b/examples/bcfg2.conf @@ -10,7 +10,6 @@ sendmailpath = /usr/sbin/sendmail [communication] protocol = xmlrpc/ssl password = foobat -url = https://localhost:9443 key = /etc/cobalt.key [components] |