Skip to content

Commit

Permalink
Fix invalid openshift_master_audit_config in hosts.example
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Jun 18, 2018
1 parent 57945e8 commit 455def5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/hosts.example
Expand Up @@ -926,7 +926,7 @@ debug_level=2
# 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 455def5

Please sign in to comment.