diff options
author | Jim Hahn <jrh3@att.com> | 2018-05-18 13:20:52 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-05-18 13:20:52 -0400 |
commit | 1da6b3b6a28f40322a13e6fb5142206f1eefa027 (patch) | |
tree | bd83d7d08e639ea714ec407f6d664240c62d3504 /packages/install/src/files/pdplp.conf | |
parent | 6c3164d2e3383f909f621ec62f4bc1368d699fae (diff) |
Add braces around property name
In pdplp.conf, changed ${POLICY_LOGS} to ${{POLICY_LOGS}}.
Change-Id: Id952dee7a38b868fea5650f4e54bfccb612bb56c
Issue-ID: POLICY-759
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages/install/src/files/pdplp.conf')
-rwxr-xr-x | packages/install/src/files/pdplp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/install/src/files/pdplp.conf b/packages/install/src/files/pdplp.conf index 6fcf19cfc..38f1696de 100755 --- a/packages/install/src/files/pdplp.conf +++ b/packages/install/src/files/pdplp.conf @@ -24,8 +24,8 @@ LOGPARSER_X_MS_MB=1024 LOGPARSER_X_MX_MB=1024 SERVER=https://${{FQDN}}:8081/pdp/ -LOGPATH=${POLICY_LOGS}/policy/pdpx/pdp-rest.log -PARSERLOGPATH=${POLICY_LOGS}/policy/pdpx/IntegrityMonitor.log +LOGPATH=${{POLICY_LOGS}}/policy/pdpx/pdp-rest.log +PARSERLOGPATH=${{POLICY_LOGS}}/policy/pdpx/IntegrityMonitor.log node_type=logparser # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase |