From 3e90d83252933fadbb0c9db27c5dcbf4bb438c33 Mon Sep 17 00:00:00 2001 From: Pedro Perez Date: Tue, 15 Nov 2016 19:22:26 +0100 Subject: [PATCH] Fix hardcorded drive-audit path Change-Id: I447e48ec704c4a3a0bfe1dc1cee46f0b0daf539e --- templates/drive-audit.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/drive-audit.conf.j2 b/templates/drive-audit.conf.j2 index b4ee10ac..d8efff9b 100644 --- a/templates/drive-audit.conf.j2 +++ b/templates/drive-audit.conf.j2 @@ -1,7 +1,7 @@ # {{ ansible_managed }} [drive-audit] -device_dir = /srv/node +device_dir = {{ swift_vars.mount_point | default(swift.mount_point) }} log_facility = LOG_LOCAL0 log_level = INFO minutes = 60