Skip to content

Commit

Permalink
doc: remove default values for protocol
Browse files Browse the repository at this point in the history
If hard code the default value in your configuration file, it will not change
if the default value will change in the code.
  • Loading branch information
AlexanderS committed Oct 15, 2014
1 parent 1aeff29 commit c085a14
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion doc/appendix/guides/authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion doc/appendix/guides/centos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ upon connection::


[communication]
protocol = xmlrpc/ssl
password = N41lMNeW
ca = /etc/bcfg2.crt

Expand Down
1 change: 0 additions & 1 deletion doc/appendix/guides/sslca_howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}\
Expand Down
1 change: 0 additions & 1 deletion doc/appendix/guides/ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/bcfg2.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[communication]
protocol = xmlrpc/ssl
password = foobat
# certificate = /etc/bcfg2.key
# key = /etc/bcfg2.key
Expand Down
1 change: 0 additions & 1 deletion osx/bcfg2.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[communication]
protocol = xmlrpc/ssl
password = foobat
# certificate = /etc/bcfg2.key
# key = /etc/bcfg2.key
Expand Down

0 comments on commit c085a14

Please sign in to comment.