summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-10-15 16:46:31 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-10-15 17:05:27 +0200
commitc085a14f049082bf756209ad83f8722d4218a48b (patch)
treeb6191be55d385cc3be86854e044ee5d741af99ba /doc
parent1aeff29bfb5fb35c075c310e0af235ccf286fc48 (diff)
downloadbcfg2-c085a14f049082bf756209ad83f8722d4218a48b.tar.gz
bcfg2-c085a14f049082bf756209ad83f8722d4218a48b.tar.bz2
bcfg2-c085a14f049082bf756209ad83f8722d4218a48b.zip
doc: remove default values for protocol
If hard code the default value in your configuration file, it will not change if the default value will change in the code.
Diffstat (limited to 'doc')
-rw-r--r--doc/appendix/guides/authentication.txt1
-rw-r--r--doc/appendix/guides/centos.txt1
-rw-r--r--doc/appendix/guides/sslca_howto.txt1
-rw-r--r--doc/appendix/guides/ubuntu.txt1
4 files changed, 0 insertions, 4 deletions
diff --git a/doc/appendix/guides/authentication.txt b/doc/appendix/guides/authentication.txt
index b8ec82590..93a34c9bc 100644
--- a/doc/appendix/guides/authentication.txt
+++ b/doc/appendix/guides/authentication.txt
@@ -37,7 +37,6 @@ This is a :ref:`Cheetah template
per-client bcfg2.conf from the per-client metadata::
[communication]
- protocol = xmlrpc/ssl
#if $self.metadata.uuid != None
user = $self.metadata.uuid
#end if
diff --git a/doc/appendix/guides/centos.txt b/doc/appendix/guides/centos.txt
index af097fbac..44ee08777 100644
--- a/doc/appendix/guides/centos.txt
+++ b/doc/appendix/guides/centos.txt
@@ -132,7 +132,6 @@ upon connection::
[communication]
- protocol = xmlrpc/ssl
password = N41lMNeW
ca = /etc/bcfg2.crt
diff --git a/doc/appendix/guides/sslca_howto.txt b/doc/appendix/guides/sslca_howto.txt
index 9c939dcd3..8ee0b2b42 100644
--- a/doc/appendix/guides/sslca_howto.txt
+++ b/doc/appendix/guides/sslca_howto.txt
@@ -148,7 +148,6 @@ Here's what a functional **[communication]** section in a
``bcfg2.conf`` genshi template for clients might look like.::
[communication]
- protocol = xmlrpc/ssl
{% if metadata.uuid != None %}\
user = ${metadata.uuid}
{% end %}\
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt
index abb894465..24bebf023 100644
--- a/doc/appendix/guides/ubuntu.txt
+++ b/doc/appendix/guides/ubuntu.txt
@@ -172,7 +172,6 @@ Replace Pkgmgr with Packages in the plugins line of ``bcfg2.conf``::
transport = LocalFilesystem
[communication]
- protocol = xmlrpc/ssl
password = secret
certificate = /etc/ssl/bcfg2.crt
key = /etc/ssl/bcfg2.key