From 2f7b00a52b304a1db7fbfdfceafbd45217e29e9a Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Wed, 10 Oct 2012 08:07:25 -0500 Subject: Reporting: Make transport configurable Add routines to the setup to handle alternate transports. Make the default for new installs LocalFilesystem and existing installs DirectStore. Raise an error is DirectStore is used when loading bcfg-report-collector --- src/lib/Bcfg2/Server/Admin/Init.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/Bcfg2/Server/Admin') diff --git a/src/lib/Bcfg2/Server/Admin/Init.py b/src/lib/Bcfg2/Server/Admin/Init.py index 5d5888ff2..286c52d5d 100644 --- a/src/lib/Bcfg2/Server/Admin/Init.py +++ b/src/lib/Bcfg2/Server/Admin/Init.py @@ -37,6 +37,9 @@ sendmailpath = %s # Not used with sqlite3. #port = +[reporting] +transport = LocalFilesystem + [communication] protocol = %s password = %s -- cgit v1.2.3-1-g7c22