mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Set nullglob for combining HTTP log files
This can cause files named '*' in places where you wouldn’t expect it otherwise. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
# along with Fedora Project Infrastructure Ansible Repository. If
|
||||
# not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Don’t create files named '*'.
|
||||
shopt -s nullglob
|
||||
|
||||
export MSGTOPIC_PREFIX=logging.stats
|
||||
export MSGBODY_PRESET="loghost=$(hostname) run_id=$(uuidgen -r)"
|
||||
simple_message_to_bus combinehttplogs.start
|
||||
|
||||
Reference in New Issue
Block a user