mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
log01: Add /usr/local/bin to combineHttpLogs PATH. issue#12833
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -24,6 +24,11 @@ shopt -s nullglob
|
||||
|
||||
export MSGTOPIC_PREFIX=logging.stats
|
||||
export MSGBODY_PRESET="loghost=$(hostname) run_id=$(uuidgen -r)"
|
||||
|
||||
# simple_message_to_bus is in /usr/local/bin which isn't in the default path
|
||||
# Put it at the back, so it doesn't override anything.
|
||||
export PATH="$PATH:/usr/local/bin"
|
||||
|
||||
simple_message_to_bus combinehttplogs.start
|
||||
|
||||
# Some constants / standard paths
|
||||
|
||||
Reference in New Issue
Block a user