From 3961439d64bad8cefbb77c6c4dd3398350f10f8f Mon Sep 17 00:00:00 2001
From: Barney Hanlon <bhanlon@inviqa.com>
Date: Thu, 25 Jun 2015 14:28:14 +0100
Subject: [PATCH] Update template to use new plugin directory variable

---
 templates/config.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/config.cfg b/templates/config.cfg
index e2632d2..e697d88 100644
--- a/templates/config.cfg
+++ b/templates/config.cfg
@@ -6,7 +6,7 @@
 sd_url: {{sd_url}}
 agent_key: {{sd_agent_key}}
 
-plugin_directory: /usr/bin/sd-agent/plugins
+plugin_directory: {{ sd_agent_plugins_dir }}
 logging_level: {{sd_logging_level}}
 
 {% if sd_groups.apache != 'none' and inventory_hostname in groups[sd_groups.apache] %}
-- 
GitLab