From 43c038f84fb479d4b044866ddf112150d3dc07a5 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 27 Mar 2012 10:14:35 -0500 Subject: doc: Warn about SELINUX issues Signed-off-by: Sol Jerome --- doc/reports/dynamic.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/reports/dynamic.txt b/doc/reports/dynamic.txt index 4c75cce32..07763922c 100644 --- a/doc/reports/dynamic.txt +++ b/doc/reports/dynamic.txt @@ -71,6 +71,15 @@ Apache configuration for web-based reports by adding a **web_prefix** setting in the [statistics] section of your ``bcfg2.conf``. +.. warning:: + + When running with SELINUX enabled, you can have potential problems + with the WSGISocketPrefix. One solution that works without too much + trouble is modifying your prefix so that it is located in a standard + location:: + + WSGISocketPrefix /var/run/httpd/wsgi + An example site config is included below:: -- cgit v1.2.3-1-g7c22 From a073cda4fe1ed93d8f9cc5c3680113a8c4610938 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 30 Mar 2012 12:58:39 -0500 Subject: doc: Fix typo (reported by mattikus on IRC) Signed-off-by: Sol Jerome --- doc/server/plugins/generators/tgenshi/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/server/plugins/generators/tgenshi/index.txt b/doc/server/plugins/generators/tgenshi/index.txt index c5392dcc4..21ef8f17f 100644 --- a/doc/server/plugins/generators/tgenshi/index.txt +++ b/doc/server/plugins/generators/tgenshi/index.txt @@ -130,7 +130,7 @@ Then, run:: setup = Bcfg2.Options.OptionParser({'repo': Bcfg2.Options.SERVER_REPOSITORY}) setup.parse('--') - template = TemplateLoader().load(set['repo'] + path, cls=NewTextTemplate) + template = TemplateLoader().load(setup['repo'] + path, cls=NewTextTemplate) print template.generate(metadata=metadata, path=path, name=name).render() This gives you more fine-grained control over how your template is -- cgit v1.2.3-1-g7c22 From e77524baefd1a18a00eba9e106305e8f55135984 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 16 Apr 2012 14:52:13 -0500 Subject: doc: Remove undefined glossary term Signed-off-by: Sol Jerome --- doc/glossary.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/glossary.txt b/doc/glossary.txt index 5455e9ced..06f67dab9 100644 --- a/doc/glossary.txt +++ b/doc/glossary.txt @@ -33,8 +33,6 @@ Glossary profile A special type of group that a client is explicitly assigned to. - structure - repository A collection of folders and files that together define the configurations that Bcfg2 applies to clients. The repository -- cgit v1.2.3-1-g7c22