Skip to content

Commit

Permalink
Merge pull request #8825 from vrutkovs/master-audit-hosts.example
Browse files Browse the repository at this point in the history
Fix invalid openshift_master_audit_config in hosts.example
  • Loading branch information
openshift-merge-robot committed Jun 18, 2018
2 parents d7555e7 + 590cc55 commit c196886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inventory/hosts.example
Expand Up @@ -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
Expand Down

0 comments on commit c196886

Please sign in to comment.