From c085a14f049082bf756209ad83f8722d4218a48b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 15 Oct 2014 16:46:31 +0200 Subject: 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. --- doc/appendix/guides/authentication.txt | 1 - doc/appendix/guides/centos.txt | 1 - doc/appendix/guides/sslca_howto.txt | 1 - doc/appendix/guides/ubuntu.txt | 1 - 4 files changed, 4 deletions(-) (limited to 'doc/appendix') 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 -- cgit v1.2.3-1-g7c22