From 590cc556cc7fef3e96dc27b55ace2ce8ebd27225 Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Mon, 18 Jun 2018 15:53:42 +0200 Subject: [PATCH] Fix invalid openshift_master_audit_config in hosts.example --- inventory/hosts.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/hosts.example b/inventory/hosts.example index b0498f94025..274f409a1a8 100644 --- a/inventory/hosts.example +++ b/inventory/hosts.example @@ -920,13 +920,13 @@ debug_level=2 #openshift_node_env_vars={"ENABLE_HTTP2": "true"} # Enable API service auditing -#openshift_master_audit_config={"enabled": true} +#openshift_master_audit_config={"enabled": "true"} # # In case you want more advanced setup for the auditlog you can # use this line. # The directory in "auditFilePath" will be created if it's not # exist -#openshift_master_audit_config={"enabled": true, "auditFilePath": "/var/log/openpaas-oscp-audit/openpaas-oscp-audit.log", "maximumFileRetentionDays": 14, "maximumFileSizeMegabytes": 500, "maximumRetainedFiles": 5} +#openshift_master_audit_config={"enabled": "true", "auditFilePath": "/var/lib/origin/openpaas-oscp-audit/openpaas-oscp-audit.log", "maximumFileRetentionDays": "14", "maximumFileSizeMegabytes": "500", "maximumRetainedFiles": "5"} # Enable origin repos that point at Centos PAAS SIG, defaults to true, only used # by openshift_deployment_type=origin