From 72669806b5794713152dd7d2b0f316291b961107 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 2 Mar 2017 08:10:54 +0100
Subject: [PATCH] Remove duplicate entry

---
 templates/python.d.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/python.d.conf b/templates/python.d.conf
index 03ee69c..3f5c400 100644
--- a/templates/python.d.conf
+++ b/templates/python.d.conf
@@ -43,7 +43,6 @@ memcached: {{ (groups['webserver'] is defined and inventory_hostname in groups['
 mysql: {{ (groups['dbserver-mysql'] is defined and inventory_hostname in groups['dbserver-mysql'])|ternary("yes", "no") }}
 nginx: no
 nginx_log: no
-nginx_log: no
 ovpn_status_log: yes
 phpfpm: {{ (groups['webserver'] is defined and inventory_hostname in groups['webserver'])|ternary("yes", "no") }}
 postfix: yes
-- 
GitLab