From 1aeff29bfb5fb35c075c310e0af235ccf286fc48 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 15 Oct 2014 16:25:12 +0200 Subject: Options: add missing communication:protocol options The option was there in bcfg2-1.3.x and is still documented (maybe it just got lost during the options rewrite). --- src/lib/Bcfg2/Server/Core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Bcfg2/Server/Core.py') diff --git a/src/lib/Bcfg2/Server/Core.py b/src/lib/Bcfg2/Server/Core.py index 8cb6eb11b..892f2832a 100644 --- a/src/lib/Bcfg2/Server/Core.py +++ b/src/lib/Bcfg2/Server/Core.py @@ -1371,6 +1371,7 @@ class NetworkCore(Core): options = Core.options + [ Bcfg2.Options.Common.daemon, Bcfg2.Options.Common.syslog, Bcfg2.Options.Common.location, Bcfg2.Options.Common.ssl_ca, + Bcfg2.Options.Common.protocol, Bcfg2.Options.PathOption( '--ssl-key', cf=('communication', 'key'), dest="key", help='Path to SSL key', -- cgit v1.2.3-1-g7c22